コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6185 ビュー

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>

関連投稿 返信 ビュー 活動
2
12月 24
9015
0
11月 23
3384
0
7月 22
9
0
10月 22
3292
1
8月 22
4843