Skip to Content
Menu
This question has been flagged
1 Reply
3970 Views

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
Discard
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
Discard

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 Replies Views Activity
0
Nov 23
2039
1
Apr 24
6055
0
Jul 22
9
0
Oct 22
1998
1
Aug 22
3197