Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3365 Widoki

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?


Awatar
Odrzuć
Autor Najlepsza odpowiedź

Could get it working with:

${','.join(map(str, object.team_id.member_ids.mapped('email')))}
Awatar
Odrzuć

thank you @Yves.

Powiązane posty Odpowiedzi Widoki Czynność
0
sie 21
3047
0
lut 21
4269
0
mar 25
1568
0
paź 24
1518
1
wrz 24
1648