Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3378 Prikazi

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
Opusti
Avtor Best Answer

Could get it working with:

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

thank you @Yves.

Related Posts Odgovori Prikazi Aktivnost
0
avg. 21
3056
0
feb. 21
4274
0
mar. 25
1574
0
okt. 24
1523
1
sep. 24
1660