Move client_order_ref from the second tab to the top

This commit is contained in:
Alexis de Lattre
2018-02-21 18:13:42 +01:00
parent 2e601e75fd
commit 224fb7c189

View File

@@ -27,6 +27,11 @@
<button name="action_cancel" type="object" position="attributes">
<attribute name="confirm">Are you sure you want to cancel this sale order?</attribute>
</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>
</record>