Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3353 Weergaven

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
Annuleer
Auteur Beste antwoord

Could get it working with:

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

thank you @Yves.

Gerelateerde posts Antwoorden Weergaven Activiteit
0
aug. 21
3034
0
feb. 21
4255
0
mrt. 25
1565
0
okt. 24
1516
1
sep. 24
1643