Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3370 Vistas

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
Descartar
Autor Mejor respuesta

Could get it working with:

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

thank you @Yves.

Publicaciones relacionadas Respuestas Vistas Actividad
0
ago 21
3053
0
feb 21
4270
0
mar 25
1570
0
oct 24
1519
1
sept 24
1656