Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
3409 Ansichten

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
Verwerfen
Autor Beste Antwort

Could get it working with:

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

thank you @Yves.

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Aug. 21
3085
0
Feb. 21
4295
1
Aug. 25
181
0
März 25
1608
0
Okt. 24
1553