Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3376 Представления

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
3056
0
февр. 21
4273
0
мар. 25
1572
0
окт. 24
1521
1
сент. 24
1658