You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<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="Price tag">
<group name="label">
<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="eco_label"/>
<field name="local_label"/>
<field name="fair_label"/>
<field name="origin_label"/>
</group>
</page>
</xpath>
</field>
</record>
</odoo>