Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2815 Переглядів

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
4009
1
бер. 23
2903
1
лют. 24
2523
3
лист. 24
4345
1
лип. 23
3427