Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
19311 Tampilan

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

Avatar
Buang
Penulis

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>

Jawaban Terbai

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
Buang
Jawaban Terbai

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Feb 24
2790
1
Jul 23
3675
1
Feb 22
6428
0
Agu 21
2717
3
Agu 20
6811