تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3374 أدوات العرض

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
أغسطس 21
3055
0
فبراير 21
4273
0
مارس 25
1570
0
أكتوبر 24
1520
1
سبتمبر 24
1657