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
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
25120
화면
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
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
7월 18
|
5054 | ||
|
2
5월 15
|
7449 | ||
|
0
3월 25
|
1443 | ||
|
2
3월 23
|
3213 | ||
|
1
11월 18
|
2436 |