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?
This question has been flagged
1
Reply
9306
Views
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>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
2
Dec 24
|
12404 | ||
|
|
0
Nov 23
|
5885 | ||
|
|
0
Jul 22
|
9 | ||
|
|
0
Oct 22
|
5613 | ||
|
|
1
Aug 22
|
6977 |