Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4511 Widoki

I have a report and here is what I want to do. [![Odoo Report][1]][1]



  [1]: https://i.stack.imgur.com/DeLjg.png




This is from the stock-picking batch model.  


I was able to add a span line so 


    <span t-esc="move_operation.mapped('picking_id').display_name"/>


This gives me the names of the products but I need to be able to add the lines. 


I have tried 


    <t t-esc="sum(l.price_total for l in move_operation.mapped('picking_id') " />



But haven't had success. 


Awatar
Odrzuć
Najlepsza odpowiedź

Have you tried to set a qweb variable and use the t-foreach to sum the price and then t-esc the the qweb variable?

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 21
3960
1
maj 20
7436
0
maj 20
4721
1
lip 25
1853
1
maj 25
1933