Skip to Content
Menu
This question has been flagged
1 Atsakyti
3420 Rodiniai

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?


Portretas
Atmesti
Autorius Best Answer

Could get it working with:

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

thank you @Yves.

Related Posts Replies Rodiniai Veikla
0
rugp. 21
3091
0
vas. 21
4303
1
rugp. 25
194
0
kov. 25
1622
0
spal. 24
1564