|
|
@ -1,63 +1,19 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<odoo> |
|
|
|
|
|
|
|
|
|
|
|
<!--<record model="ir.ui.view" id="beesdoo_product_form">--> |
|
|
|
<!--<field name="name">bees.product.template.form</field>--> |
|
|
|
<!--<field name="model">product.template</field>--> |
|
|
|
<!--<field name="inherit_id" ref="product.product_template_only_form_view"/>--> |
|
|
|
<!--<field name="arch" type="xml">--> |
|
|
|
<!--<field name="barcode" position="after">--> |
|
|
|
<!--<field name="eco_label"/>--> |
|
|
|
<!--<field name="local_label"/>--> |
|
|
|
<!--<field name="fair_label"/>--> |
|
|
|
<!--<field name="origin_label"/>--> |
|
|
|
<!--</field>--> |
|
|
|
<!--</field>--> |
|
|
|
<!--</record>--> |
|
|
|
|
|
|
|
<!--<record model="ir.ui.view" id="beesdoo_product_label_form">--> |
|
|
|
<!--<field name="name">bees.product.label.form</field>--> |
|
|
|
<!--<field name="model">beesdoo.product.label</field>--> |
|
|
|
<!--<field name="arch" type="xml">--> |
|
|
|
<!--<form>--> |
|
|
|
<!--<group>--> |
|
|
|
<!--<field name="name"/>--> |
|
|
|
<!--<field name="type"/>--> |
|
|
|
<!--<field name="color_code"/>--> |
|
|
|
<!--</group>--> |
|
|
|
<!--</form>--> |
|
|
|
<!--</field>--> |
|
|
|
<!--</record>--> |
|
|
|
|
|
|
|
<!--<record model="ir.ui.view" id="beesdoo_product_label_form">--> |
|
|
|
<!--<field name="name">bees.product.label.form</field>--> |
|
|
|
<!--<field name="model">beesdoo.product.label</field>--> |
|
|
|
<!--<field name="arch" type="xml">--> |
|
|
|
<!--<form>--> |
|
|
|
<!--<group>--> |
|
|
|
<!--<field name="name"/>--> |
|
|
|
<!--<field name="type"/>--> |
|
|
|
<!--<field name="color_code"/>--> |
|
|
|
<!--</group>--> |
|
|
|
<!--</form>--> |
|
|
|
<!--</field>--> |
|
|
|
<!--</record>--> |
|
|
|
|
|
|
|
<record model="ir.ui.view" id="product_template_form_view"> |
|
|
|
<field name="name">bees.product</field> |
|
|
|
<field name="model">product.template</field> |
|
|
|
<field name="inherit_id" ref="product.product_template_form_view"/> |
|
|
|
<field name="arch" type="xml"> |
|
|
|
<xpath expr="//group[@name='inventory']/.." position="after"> |
|
|
|
<page string="Étiquette"> |
|
|
|
<page string="Price tag"> |
|
|
|
<group name="label"> |
|
|
|
<field name="total"/> |
|
|
|
<field name="total_with_vat"/> |
|
|
|
<field name="default_reference_unit"/> |
|
|
|
<field name="display_weight"/> |
|
|
|
<field name="total_with_vat_by_unit"/> |
|
|
|
</group> |
|
|
|
<group> |
|
|
|
<field name="display_weight"/> |
|
|
|
<field name="eco_label"/> |
|
|
|
<field name="local_label"/> |
|
|
|
<field name="fair_label"/> |
|
|
@ -68,32 +24,4 @@ |
|
|
|
</field> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record model="ir.ui.view" id="product_template_form_view"> |
|
|
|
<field name="name">bees.product</field> |
|
|
|
<field name="model">product.supplierinfo</field> |
|
|
|
<field name="inherit_id" ref="product_template_form_view"/> |
|
|
|
<field name="arch" type="xml"> |
|
|
|
<group name="label" position="after"> |
|
|
|
<group> |
|
|
|
<field name="name"/> |
|
|
|
</group> |
|
|
|
</group> |
|
|
|
</field> |
|
|
|
</record> |
|
|
|
|
|
|
|
<!--<record model="ir.ui.view" id="beesdoo_product_label_form">--> |
|
|
|
<!--<field name="name">bees.product.label.form</field>--> |
|
|
|
<!--<field name="model">beesdoo.product.label</field>--> |
|
|
|
<!--<field name="arch" type="xml">--> |
|
|
|
<!--<form>--> |
|
|
|
<!--<group>--> |
|
|
|
<!--<field name="name"/>--> |
|
|
|
<!--<field name="type"/>--> |
|
|
|
<!--<field name="color_code"/>--> |
|
|
|
<!--</group>--> |
|
|
|
<!--</form>--> |
|
|
|
<!--</field>--> |
|
|
|
<!--</record>--> |
|
|
|
|
|
|
|
|
|
|
|
</odoo> |