I have an issue with a template for meeting as I would like to send the mail to all attendees and not just to the partner contact.
the object I take is ${object.attendee_ids} and the result is [browse_record(calendar.attendee, 148), browse_record(calendar.attendee, 149)]
I need to get the emails of the attendee but don't know how to do this as it's a many2many field.
Could you help me with this?
I'm using openerp 6.1
Many Thanks MN