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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
25108
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jul 18
|
5043 | ||
How to get total of a list?
Solved
|
|
2
May 15
|
7444 | |
|
0
Mar 25
|
1436 | ||
|
2
Mar 23
|
3197 | ||
|
1
Nov 18
|
2428 |