Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
3406 Näkymät

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?


Avatar
Hylkää
Tekijä Paras vastaus

Could get it working with:

${','.join(map(str, object.team_id.member_ids.mapped('email')))}
Avatar
Hylkää

thank you @Yves.

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
elok. 21
3079
0
helmik. 21
4295
1
elok. 25
172
0
maalisk. 25
1602
0
lokak. 24
1548