[IMP] sale_usability: show complete invoice address on sale order form view

This commit is contained in:
Alexis de Lattre
2025-01-10 10:09:34 +00:00
parent 95b92d4027
commit e8caa77d88

View File

@@ -18,6 +18,9 @@
<field name="partner_shipping_id" position="attributes">
<attribute name="context" operation="update">{"show_address": 1}</attribute>
</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">
<attribute name="confirm">Are you sure you want to cancel this sale order?</attribute>
</button>