I have been able to add 'show_address':1 to the partner_id field in my Helpdesk form view, but I'd like it show the delivery address instead. Is there a way I can specify which address it should display? Or create a separate related field to show the delivery address?
Using Odoo 16 Studio.
Thanks!
What I want to do is view the delivery address for the selected customer in the Helpdesk ticket form view. Currently, I can display the default address of the contact when I apply the context "show_address":1 to the partner_id field, but how can I show the related delivery address for the same partner_id?