|
@@ -13,7 +13,7 @@
|
|
|
<field name="pack_price_type" attrs="{'invisible':[('pack', '=', False)], 'required':[('pack','=',True)]}" context="{'pack_price_type': pack_price_type}" string="Tipo de paquete"/>
|
|
|
</field>
|
|
|
<notebook position="inside">
|
|
|
- <page string="Lista de productos" attrs="{'invisible': ['|', ('product_variant_count', '>', 1), ('pack', '=', False)]}">
|
|
|
+ <page string="Receta" attrs="{'invisible': ['|', ('product_variant_count', '>', 1), ('pack', '=', False)]}">
|
|
|
<field name="pack_line_ids"/>
|
|
|
</page>
|
|
|
</notebook>
|
|
@@ -30,7 +30,7 @@
|
|
|
<field name="pack_price_type" attrs="{'invisible':[('pack', '=', False)], 'required':[('pack','=',True)]}" context="{'pack_price_type': pack_price_type}" string="Tipo de paquete"/>
|
|
|
</field>
|
|
|
<notebook position="inside">
|
|
|
- <page string="Lista de productos" attrs="{'invisible':[('pack', '=', False)]}">
|
|
|
+ <page string="Receta" attrs="{'invisible':[('pack', '=', False)]}">
|
|
|
<field name="pack_line_ids"/>
|
|
|
</page>
|
|
|
</notebook>
|