Move client_order_ref from the second tab to the top
This commit is contained in:
@@ -27,6 +27,11 @@
|
|||||||
<button name="action_cancel" type="object" position="attributes">
|
<button name="action_cancel" type="object" position="attributes">
|
||||||
<attribute name="confirm">Are you sure you want to cancel this sale order?</attribute>
|
<attribute name="confirm">Are you sure you want to cancel this sale order?</attribute>
|
||||||
</button>
|
</button>
|
||||||
|
<!-- client_order_ref is an important field, so we should put it in the top like in v8, not hidden in the second tab -->
|
||||||
|
<field name="client_order_ref" position="replace"/>
|
||||||
|
<field name="confirmation_date" position="after">
|
||||||
|
<field name="client_order_ref"/>
|
||||||
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user