The partner_id has a context
{'show_address': 1}
which I thought made the address show inline, but setting the context doesn't seem to accomplish the same thing on partner_shipping_id
<field name="partner_shipping_id" position="attributes">
<attribute name="context">{'show_address':1,'default_type':'delivery'}</attribute>
</field>
What am I missing?
thanks a million, an answer posted 9 years ago saved my day in 2024 !! :)