跳至內容
選單
此問題已被標幟
1 回覆
3367 瀏覽次數

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
3049
0
2月 21
4270
0
3月 25
1568
0
10月 24
1518
1
9月 24
1649