changes in xml

This commit is contained in:
sonal arora
2020-07-19 08:58:51 +00:00
parent 1e6cb0a1d0
commit 800e7fdceb

View File

@@ -3,17 +3,23 @@
<data>
<!-- view common to both template and product -->
<record id="product_template_form_view__inventory_inherit" model="ir.ui.view">
<field name="name">product.template.stock.property.form.inherit</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='group_general']" position="inside">
<field name="model_grade"/>
</xpath>
<xpath expr="//group[@name='group_lots_and_weight']" position="inside">
<field name="width"/>
<field name="length"/>
<field name="height"/>
<page name="inventory" position="inside">
<xpath expr="//field[@name='weight']" position="after">
<field name="width"/>
</xpath>
</page>
</field>