|
@@ -6,11 +6,20 @@
|
|
|
<field name="model">product.template</field>
|
|
|
<field name="inherit_id" ref="product.product_template_only_form_view" />
|
|
|
<field name="arch" type="xml">
|
|
|
+ <field name="standard_price" position="replace">
|
|
|
+ </field>
|
|
|
+ <field name="cost_method" position="replace">
|
|
|
+ </field>
|
|
|
+ <field name="list_price" position="before">
|
|
|
+ <field name="standard_price" string="Precio de Costo"/>
|
|
|
+ </field>
|
|
|
<field name="standard_price" position="replace">
|
|
|
</field>
|
|
|
<field name="list_price" position="before">
|
|
|
<field name="standard_price" string="Precio de Costo"/>
|
|
|
+ <field name="cost_method" string="Método de Costo"/>
|
|
|
</field>
|
|
|
+
|
|
|
</field>
|
|
|
</record>
|
|
|
<record id="product_template_hide" model="ir.ui.view">
|