Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3385 Переглядів

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?


Аватар
Відмінити
Автор Найкраща відповідь

Could get it working with:

${','.join(map(str, object.team_id.member_ids.mapped('email')))}
Аватар
Відмінити

thank you @Yves.

Related Posts Відповіді Переглядів Дія
0
серп. 21
3064
0
лют. 21
4278
0
серп. 25
5
0
бер. 25
1584
0
жовт. 24
1530