Skip to Content
Menú
This question has been flagged
1 Respondre
6190 Vistes

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?

Avatar
Descartar
Best Answer

Hello rmc zeyneb,

Please find code in comment. 

I Hope this will help you. 

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

Avatar
Descartar

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 Respostes Vistes Activitat
2
de des. 24
9017
0
de nov. 23
3388
0
de jul. 22
9
0
d’oct. 22
3296
1
d’ag. 22
4852