コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3371 ビュー

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
3053
0
2月 21
4273
0
3月 25
1570
0
10月 24
1520
1
9月 24
1657