콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
7178 화면

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

관련 게시물 답글 화면 활동
4
3월 15
15429
1
3월 15
5178
1
3월 15
4534
0
3월 15
3838
2
6월 25
1890