Remove optional=hide
This commit is contained in:
parent
4e92769060
commit
705537a330
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
<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" optional="hide"/>
|
<field name="product_uom_min_qty" optional="hide"/>
|
||||||
<field name="product_uom_max_qty" optional="hide"/>
|
<field name="product_uom_max_qty"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue