Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
5130 Widoki

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

what exactly does "in Event model" mean ?

Awatar
Odrzuć
Najlepsza odpowiedź

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)

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
lut 25
3235
4
sie 24
8741
1
sie 22
2798
1
kwi 25
4301
2
lip 24
2362