Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3424 Visninger

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
Kassér
Forfatter Bedste svar

Could get it working with:

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

thank you @Yves.

Related Posts Besvarelser Visninger Aktivitet
0
aug. 21
3100
0
feb. 21
4320
1
aug. 25
213
0
mar. 25
1633
0
okt. 24
1572