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

I'am working with odoo 15 and I want to replace the current header with another. I tried to create a new template and I use t-call, however it not working. There is any solution?

Аватар
Відмінити
Найкраща відповідь

Hello rmc zeyneb,

Please find code in comment. 

I Hope this will help you. 

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Аватар
Відмінити

Please used bellow code.

<template id="external_layout_inherited" inherit_id="web.external_layout">
<xpath expr="//div[hasclass('header')]" position="replace">
Add your new code.....
</xpath>
</template>

Related Posts Відповіді Переглядів Дія
2
груд. 24
8455
0
лист. 23
3027
0
лип. 22
9
0
жовт. 22
2950
1
серп. 22
4497