Skip to Content
Menu
This question has been flagged
1 Reply
25959 Views

Like in sales quotations, at the bottom of 'total' column, there appears a vertical total like '0.0' in bold. How to bring that in my tree view?

Avatar
Discard
Best Answer

You need to provide sum attribute in your field definition at TREE view.

<field name="amount_total" sum="Total Tax Included"/> 

sample code available in https://github.com/odoo/odoo/blob/8.0/addons/sale/sale_view.xml#L37-L52
Avatar
Discard
Related Posts Replies Views Activity
1
Jul 18
5475
2
May 15
7942
0
Mar 25
2092
2
Mar 23
4016
1
Nov 18
2740