Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2810 Zobrazení

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 ?

Avatar
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
bře 24
4005
1
bře 23
2892
1
úno 24
2514
3
lis 24
4335
1
čvc 23
3422