Skip to Content
Menu
This question has been flagged
1 Atsakyti
7255 Rodiniai

Some fields if u see in tree views have an attribute called sum for showing the grand total of all the rows of a column. How can we these summed field as it is our openerp report? pls help

Ex: amount_total, amount_untaxed in customer invoices tree view

Portretas
Atmesti
Best Answer

Hi in stock.move.line the field eur_weight is written

[[ move_lines.eur_weight or '' ]]

if I want to have the total :

[[ 'eur_weight' in picking._columns.keys() and picking.eur_weight or '']]
Portretas
Atmesti
Autorius

sorry but i couldn't find the field in stock_move and i cant find stock_move_line in my db

Autorius

can you please explain more and give some other example my version is 6.1

Related Posts Replies Rodiniai Veikla
4
kov. 15
15535
1
kov. 15
5269
1
kov. 15
4600
0
kov. 15
3924
2
birž. 25
2066