콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
19559 화면

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
2월 24
3142
1
7월 23
4033
1
2월 22
6705
0
8월 21
2928
3
8월 20
7184