Remove optional=hide

This commit is contained in:
Matthias Brück 2024-07-02 10:14:15 +10:00
parent 4e92769060
commit 705537a330

View file

@ -7,7 +7,7 @@
<field name="arch" type="xml">
<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_max_qty" optional="hide"/>
<field name="product_uom_max_qty"/>
</xpath>
</field>
</record>