Skip to Content
मेन्यू
This question has been flagged
1 Reply
3350 Views

Hi,


How would I add all helpdesk team members as CC in a mail template (using only the frontend odoo 13 EE)?

It seem it is not possible to add a many2many directly to the mail_cc field as a placeholder like "${object.team_id.members_ids}.


I could maybe create a calculated field with all the email addresses?

any experience with that? Is there an easier way?


Avatar
Discard
Author Best Answer

Could get it working with:

${','.join(map(str, object.team_id.member_ids.mapped('email')))}
Avatar
Discard

thank you @Yves.

Related Posts Replies Views Activity
0
अग॰ 21
3034
0
फ़र॰ 21
4253
0
मार्च 25
1564
0
अक्तू॰ 24
1516
1
सित॰ 24
1642