Merge pull request #96 from Antiun/imp-mrp_production_tree_show_sum

[IMP] Show estimated and real sum in tree view
This commit is contained in:
Pedro M. Baeza
2016-02-18 14:43:27 +01:00
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>