Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty

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
Hylkää
Paras vastaus

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
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
3
maalisk. 24
4047
1
maalisk. 23
2935
1
helmik. 24
2565
3
marrask. 24
4374
1
heinäk. 23
3459