İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
19417 Görünümler

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

Avatar
Vazgeç
Üretici

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>

En İyi Yanıt

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
Vazgeç
En İyi Yanıt

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Şub 24
2920
1
Tem 23
3827
1
Şub 22
6526
0
Ağu 21
2785
3
Ağu 20
6932