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

How to add company logo to email templates? Thank you.

Avatar
Abbandona
Autore

Hi, if I use ${object.company_id.logo} then the character ascii code of the logo image appears. How can I do to make the logo image appear instead? Thanks

<p><img src=" data:image/png;base64, ${object.company_id.logo}" height="100px" width="100px"/></p>

Risposta migliore

Gmail, and probably many other emails, do NOT support base64 images, you have to use a url, like:

https://your-website.com/web/image/res.company/${object.company_id.id}/logo?width=180" style="height: auto; width: 180px;"  alt="${object.company_id.name}"/>

Avatar
Abbandona
Risposta migliore

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
feb 24
2914
1
lug 23
3825
1
feb 22
6525
0
ago 21
2784
3
ago 20
6922