Hello,
I have a custom invoice report and I'd like to know how I can display the partner's shipping address into this report using qweb. Here is what I have and it displays the billing address only
<div t-field="o.partner_id" t-options="{"widget": "contact", "fields": ["name"], "no_marker": True}"/>
Thank you