Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
7873 มุมมอง

How to edit header and footer of email templates (image and/or text)?

อวตาร
ละทิ้ง

Such email template does simply not exist :)

คำตอบที่ดีที่สุด

EN Odoo 18 la vista es 

mail_notification_light

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Activate the developer mode.
Then go to setting. 
Open the technical tab : Views.
Open the "message_notification_email" view

Edit what you want to get the result you want.

As example : 
Remove completely the footer by commenting the last paragraph.


อวตาร
ละทิ้ง

That's exactly what I was looking for!

คำตอบที่ดีที่สุด

Hi, 

You can create an email template like this.

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="0">
<record id="mail_template" model="mail.template">
<field name="name">Email Template</field>
<field name="model_id" ref="module.model"/>
<field name="subject">Subject</field>
<field name="email_to"></field>
<field name="body_html" type="html">
<table border="0" cellpadding="0" cellspacing="0"
style="padding-top: 16px; background-color: gray; font-family:Verdana, Arial,sans-serif; color: red; width: 100%; border-collapse:separate;">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="590"
style="padding: 16px; background-color: gray; color: red; border-collapse:separate;">
<tbody>
<!-- HEADER -->
<tr>
<td align="center" style="min-width: 590px;">
</td>
</tr>
<!-- CONTENT -->
<tr>
<td align="center" style="min-width: 590px;">
</td>
</tr>
<!-- FOOTER -->
<tr>
<td align="center" style="min-width: 590px;">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- POWERED BY -->
<tr>
<td align="center" style="min-width: 590px;">
</td>
</tr>
</table>
</field>
<field name="lang">${object.lang}</field>
<field name="auto_delete" eval="True"/>
<field name="user_signature" eval="False"/>
</record>
</data>
</odoo>

Regards

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ต.ค. 23
2872
Header Footer Document Export แก้ไขแล้ว
1
มิ.ย. 23
2903
0
ก.ย. 22
2263
1
ธ.ค. 23
2312
0
ส.ค. 23
1820