20 lines
799 B
XML
20 lines
799 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<record model="ir.ui.view" id="view_product_template_form_inherit_sf">
|
|
<field name="name">product.template.form.inherit.sf</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="uom_po_id" position="after">
|
|
<field name="long"/>
|
|
<field name="width"/>
|
|
<field name="height"/>
|
|
<field name="volume"/>
|
|
<field name="precision"/>
|
|
<field name="materials_id"/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo> |