Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5137 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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

what exactly does "in Event model" mean ?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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)

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 2 25
3242
4
thg 8 24
8745
1
thg 8 22
2802
1
thg 4 25
4304
2
thg 7 24
2365