[IMP] sale_usability: show complete invoice address on sale order form view
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
<field name="partner_shipping_id" position="attributes">
|
<field name="partner_shipping_id" position="attributes">
|
||||||
<attribute name="context" operation="update">{"show_address": 1}</attribute>
|
<attribute name="context" operation="update">{"show_address": 1}</attribute>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="partner_invoice_id" position="attributes">
|
||||||
|
<attribute name="context" operation="update">{"show_address": 1}</attribute>
|
||||||
|
</field>
|
||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user