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

Hi!


My master gave me the exercise to modify the email template of module digest in Odoo 16. He said me to create a new module that inherit the module digest and modify the email template without change the original one.

Will someone help me ?

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

Hi,

You can inherit the view as following:

<odoo>


    <data>


        <template id="my_digest_module.digest_mail_main" inherit_id="digest.digest_mail_main">


            <xpath expr="//div[@class='o_mail_summary']" position="after">


                <!-- Add your custom HTML here -->


            </xpath>


        </template>


    </data>


</odoo>


Regards

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Sign and Pay button แก้ไขแล้ว
3
มี.ค. 24
3999
1
มี.ค. 23
2886
Email Template subject parameters แก้ไขแล้ว
1
ก.พ. 24
2508
3
พ.ย. 24
4328
1
ก.ค. 23
3412