Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3428 มุมมอง

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
3103
0
ก.พ. 21
4323
1
ส.ค. 25
245
0
มี.ค. 25
1646
0
ต.ค. 24
1583