Skip to Content
Menú
This question has been flagged
1 Respondre
3369 Vistes

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
Descartar
Autor Best Answer

Could get it working with:

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

thank you @Yves.

Related Posts Respostes Vistes Activitat
0
d’ag. 21
3050
0
de febr. 21
4270
0
de març 25
1569
0
d’oct. 24
1518
1
de set. 24
1649