Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
7175 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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 '']]
Ảnh đại diện
Huỷ bỏ
Tác giả

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

Tác giả

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

Bài viết liên quan Trả lời Lượt xem Hoạt động
4
thg 3 15
15429
1
thg 3 15
5178
1
thg 3 15
4534
0
thg 3 15
3837
2
thg 6 25
1886