mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
changes in xml
This commit is contained in:
@@ -3,17 +3,23 @@
|
|||||||
<data>
|
<data>
|
||||||
|
|
||||||
<!-- view common to both template and product -->
|
<!-- view common to both template and product -->
|
||||||
|
|
||||||
<record id="product_template_form_view__inventory_inherit" model="ir.ui.view">
|
<record id="product_template_form_view__inventory_inherit" model="ir.ui.view">
|
||||||
<field name="name">product.template.stock.property.form.inherit</field>
|
<field name="name">product.template.stock.property.form.inherit</field>
|
||||||
<field name="model">product.template</field>
|
<field name="model">product.template</field>
|
||||||
<field name="inherit_id" ref="product.product_template_form_view"/>
|
<field name="inherit_id" ref="product.product_template_form_view"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
|
<xpath expr="//group[@name='group_general']" position="inside">
|
||||||
<page name="inventory" position="inside">
|
<field name="model_grade"/>
|
||||||
<xpath expr="//field[@name='weight']" position="after">
|
|
||||||
<field name="width"/>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
</page>
|
|
||||||
|
<xpath expr="//group[@name='group_lots_and_weight']" position="inside">
|
||||||
|
<field name="width"/>
|
||||||
|
<field name="length"/>
|
||||||
|
<field name="height"/>
|
||||||
|
|
||||||
|
</xpath>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user