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

We have configured a couple of email templates for our employees to use in the CRM app.

When sending out emails using the template there is no signature attached to the mailing.

How can we setup our email so its contains the signature that is set under users>preferences>email signature

We are using a .jpg file as signature

아바타
취소
작성자 베스트 답변

is this a line we can add in the email template?

what exactly does "in Event model" mean ?

아바타
취소
베스트 답변

You can use the user account linked with the model you are working on and get the signature, for Example, in Event model you can get it in email template as below:


<t t-if="object.event_id.user_id.signature">
<br />
<t t-out="object.event_id.user_id.signature or ''">--<br/>Mitchell Admin</t>
</t>


odoo/mail_template_data.xml at 15.0 · odoo/odoo (github.com)

아바타
취소
관련 게시물 답글 화면 활동
2
2월 25
3250
4
8월 24
8748
1
8월 22
2805
1
4월 25
4310
2
7월 24
2369