Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
4308 Visualizzazioni

We have configured a couple of email templates for our employees to use in the CRM app.

When sending out emails using the template there is no signature attached to the mailing.

How can we setup our email so its contains the signature that is set under users>preferences>email signature

We are using a .jpg file as signature

Avatar
Abbandona
Autore Risposta migliore

is this a line we can add in the email template?

what exactly does "in Event model" mean ?

Avatar
Abbandona
Risposta migliore

You can use the user account linked with the model you are working on and get the signature, for Example, in Event model you can get it in email template as below:


<t t-if="object.event_id.user_id.signature">
<br />
<t t-out="object.event_id.user_id.signature or ''">--<br/>Mitchell Admin</t>
</t>


odoo/mail_template_data.xml at 15.0 · odoo/odoo (github.com)

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
feb 25
1923
4
ago 24
7986
1
ago 22
2403
1
apr 25
3503
2
lug 24
1260