|
@@ -7,15 +7,15 @@
|
|
|
<field name="model">product.template</field>
|
|
|
<field name="inherit_id" ref="product.product_template_only_form_view"/>
|
|
|
<field name="arch" type="xml">
|
|
|
- <field name="list_price" position="after">
|
|
|
+ <field name="active" position="after">
|
|
|
<field name="pricelists" nolabel="1" colspan="2" context="{'product_template_id': active_id}">
|
|
|
- <tree string="Prices" editable="bottom" create="false" delete="false" colors="red:product_price_manual">
|
|
|
+ <tree string="Precio" editable="bottom" create="false" delete="false" colors="red:product_price_manual">
|
|
|
<field name="name" readonly="1"/>
|
|
|
<field name="product_price_manual" invisible="1"/>
|
|
|
- <field name="product_price"/>
|
|
|
- <button type="object" icon="STOCK_CLOSE"
|
|
|
+ <field name="product_price" string="Precio"/>
|
|
|
+ <!-- <button type="object" icon="STOCK_CLOSE"
|
|
|
name="remove_price_manual"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
</tree>
|
|
|
</field>
|
|
|
</field>
|