[IMP] Show estimated and real sum in tree view

This commit is contained in:
Antonio Espinosa
2016-02-18 11:40:07 +01:00
parent cc7dadf019
commit c39094ad20
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
<field name="product_uom" position="after">
<field name="product_cost"/>
<field name="product_manual_cost"/>
<field name="avg_cost" />
<field name="avg_cost" sum="Total Estimated Cost"/>
</field>
</field>
</record>

View File

@@ -41,7 +41,7 @@
<field name="inherit_id" ref="mrp.mrp_production_tree_view"/>
<field name="arch" type="xml">
<field name="product_uom" position="after">
<field name="real_cost" />
<field name="real_cost" sum="Total Real Cost"/>
</field>
</field>
</record>