|
@@ -13,19 +13,19 @@
|
|
|
<field name="arch" type="xml">
|
|
|
<data>
|
|
|
<xpath expr="//field[@name='bom_line_ids']" position="after">
|
|
|
- <label for="auto_update_costprice" string="Automatically update product cost price"/>
|
|
|
+ <label for="auto_update_costprice" string="Actualizar automáticamente el precio de costo del producto"/>
|
|
|
<div>
|
|
|
<field name="auto_update_costprice"/>
|
|
|
</div>
|
|
|
- <label for="bom_cost_price" string="BOM Cost price"/>
|
|
|
+ <label for="bom_cost_price" string="BOM Precio Costo"/>
|
|
|
<div>
|
|
|
<field name="bom_cost_price"/>
|
|
|
</div>
|
|
|
- <label for="auto_update_listprice" string="Automatically update product sale price"/>
|
|
|
+ <label for="auto_update_listprice" string="Actualizar automáticamente el precio de venta del producto"/>
|
|
|
<div>
|
|
|
<field name="auto_update_listprice"/>
|
|
|
</div>
|
|
|
- <label for="bom_base_price" string="BOM Sale price"/>
|
|
|
+ <label for="bom_base_price" string="BOM Precio Venta"/>
|
|
|
<div>
|
|
|
<field name="bom_base_price"/> * <field name="list_price_factor"/> = <field name="bom_list_price"/>
|
|
|
</div>
|