Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3 Respostas
19529 Visualizações

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

Avatar
Cancelar
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>

Melhor resposta

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
Cancelar
Melhor resposta

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
fev. 24
3114
1
jul. 23
4006
1
fev. 22
6686
0
ago. 21
2907
3
ago. 20
7168