fixes #5 order of fields
This commit is contained in:
parent
e7fa7c61a2
commit
1bdf0f3c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<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="after">
|
||||
<field name="product_uom_min_qty" optional="hide"/>
|
||||
<field name="product_uom_max_qty"/>
|
||||
</xpath>
|
||||
|
|
|
|||
Loading…
Reference in a new issue