Skip to Content
Menú
This question has been flagged
3 Respostes
19229 Vistes

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

Avatar
Descartar
Autor

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>

Best Answer

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
Descartar
Best Answer

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de febr. 24
2649
1
de jul. 23
3532
1
de febr. 22
6298
0
d’ag. 21
2664
3
d’ag. 20
6663