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>
|
||||
|
||||
<!-- 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">
|
||||
|
||||
<page name="inventory" position="inside">
|
||||
<xpath expr="//field[@name='weight']" position="after">
|
||||
<field name="width"/>
|
||||
<xpath expr="//group[@name='group_general']" position="inside">
|
||||
<field name="model_grade"/>
|
||||
</xpath>
|
||||
</page>
|
||||
|
||||
<xpath expr="//group[@name='group_lots_and_weight']" position="inside">
|
||||
<field name="width"/>
|
||||
<field name="length"/>
|
||||
<field name="height"/>
|
||||
|
||||
</xpath>
|
||||
|
||||
|
||||
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user