Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
7106 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor

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

Autor

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

Related Posts Odpovědi Zobrazení Aktivita
4
bře 15
15362
1
bře 15
5120
1
bře 15
4477
0
bře 15
3775
2
čvn 25
1601