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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Sign and Pay button
Solved
|
|
3
Mar 24
|
2786 | |
|
1
Mar 23
|
1949 | ||
|
1
Feb 24
|
913 | ||
|
3
Nov 24
|
2738 | ||
|
1
Jul 23
|
1636 |