Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
7251 มุมมอง

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
15522
1
มี.ค. 15
5263
1
มี.ค. 15
4598
0
มี.ค. 15
3919
2
มิ.ย. 25
2046