跳至内容
菜单
此问题已终结
1 回复
3354 查看

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.

相关帖文 回复 查看 活动
0
8月 21
3034
0
2月 21
4255
0
3月 25
1565
0
10月 24
1516
1
9月 24
1643