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

Hi, I am new to odoo and I want to remove or disable the default website navbar in odoo14 when ever the user logged in.

Does anyone know the solution? 

アバター
破棄
最善の回答
Certainly! If you prefer to use code to remove the default Odoo website navbar in Odoo 14, you can do so by creating a custom module and overriding the website template
アバター
破棄

<odoo>
<template id="remove_default_navbar" inherit_id="website.layout" name="Remove Default Navbar">
<xpath expr="//nav[@class='navbar']" position="replace">
<!-- Add any desired custom content here -->
</xpath>
</template>
</odoo>

関連投稿 返信 ビュー 活動
1
4月 23
6462
2
6月 22
3449
1
4月 22
2321
0
2月 22
4609
1
1月 22
2309