Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
6177 Visninger

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
Kassér
Bedste svar

Hello rmc zeyneb,

Please find code in comment. 

I Hope this will help you. 

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

Avatar
Kassér

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 Besvarelser Visninger Aktivitet
2
dec. 24
9000
0
nov. 23
3375
0
jul. 22
9
0
okt. 22
3288
1
aug. 22
4836