Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
19405 Prikazi

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

Avatar
Opusti
Avtor

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

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
feb. 24
2904
1
jul. 23
3815
1
feb. 22
6521
0
avg. 21
2779
3
avg. 20
6906