Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
7267 Visninger

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

Avatar
Kassér
Bedste svar

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 '']]
Avatar
Kassér
Forfatter

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

Forfatter

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

Related Posts Besvarelser Visninger Aktivitet
4
mar. 15
15553
1
mar. 15
5329
1
mar. 15
4614
0
mar. 15
3936
2
jun. 25
2117