Hi,
In an email template, I'm trying to get the invoice address, if present. At this point, I used the following sentence without success:
For (emails) => ${(object.partner_id.address_get('invoice')['invoice'] or object.partner_id)[0].id|safe}
How can we access the invoice address, if present, from there?
Thank you