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
- プロジェクト
- MRP
この質問にフラグが付けられました
            
                1
                
                    返信
                
            
        
        
            
                26480
                
                    ビュー
                
            
        
    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  | 5859 | ||
|  | 2 5月 15  | 8270 | ||
|  | 0 3月 25  | 2426 | ||
|  | 2 3月 23  | 4457 | ||
|  | 1 11月 18  | 2924 | 
