Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
7005 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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 '']]
Аватар
Відмінити
Автор

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

Автор

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

Related Posts Відповіді Переглядів Дія
4
бер. 15
15217
1
бер. 15
4985
1
бер. 15
4333
0
бер. 15
3689
2
черв. 25
1228