تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
19528 أدوات العرض

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

الصورة الرمزية
إهمال
الكاتب

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>

أفضل إجابة

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}"/>

الصورة الرمزية
إهمال
أفضل إجابة

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
فبراير 24
3110
1
يوليو 23
4004
1
فبراير 22
6685
0
أغسطس 21
2907
3
أغسطس 20
7166