Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
9493 Weergaven

When we send out emails using odoo, the emails do not list the followers in the CC.

Each follower gets an email. The other followers do not know who are getting the emails.

Is there a way to automatically list all the followers in the body of the email? I was wondering if there is a placeholder that can be used in the email template that list all the followers. For example like,

"This email is copied to the following:
Name01 <email@address>
Name02 <email2@address>
Name03 <email3@address>"

 

Avatar
Annuleer
Auteur

Anyone got a solution for this?

Auteur Beste antwoord

Got the answer from the following website's comments.

http://www.odoo.yenthevg.com/creating-mail-templates/

Here is the code to be placed in the email template.

% for follower in object.message_follower_ids:
${follower.name} ${follower.email}% endfor

Avatar
Annuleer

Any idea on how to create a template the sends to to the related documents followers?

Gerelateerde posts Antwoorden Weergaven Activiteit
3
dec. 24
5770
0
okt. 15
4057
3
sep. 23
3375
0
sep. 25
304
2
apr. 25
2607