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

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 ?

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

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
Sign and Pay button Đã xử lý
3
thg 3 24
4022
1
thg 3 23
2913
1
thg 2 24
2533
3
thg 11 24
4352
1
thg 7 23
3439