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
返信
25558
ビュー
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
|
5237 | ||
|
2
5月 15
|
7711 | ||
|
0
3月 25
|
1778 | ||
|
2
3月 23
|
3623 | ||
|
1
11月 18
|
2585 |