Wondering if this is possible. I am specifically trying to do it with the customers shipping address in the Invoices Treeview.
I got it to work in formview like this:
<field name="address_shipping_id" position="attributes" context="{'show_address': 1, 'default_type': 'delivery'}" options="{'always_reload': True}"/>
But I think it should be different in treeview to get this to work.
Thank you in advance for your time.