Add optional=hide
This commit is contained in:
parent
d3b310b52a
commit
4e92769060
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//field[@name='order_line']/tree/field[@name='product_uom_qty']" position="before">
|
<xpath expr="//field[@name='order_line']/tree/field[@name='product_uom_qty']" position="before">
|
||||||
<field name="product_uom_min_qty"/>
|
<field name="product_uom_min_qty" optional="hide"/>
|
||||||
<field name="product_uom_max_qty"/>
|
<field name="product_uom_max_qty" optional="hide"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue