mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] Show estimated and real sum in tree view
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user