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

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? 

Avatar
Discard
Best Answer
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
Avatar
Discard

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

Related Posts Replies Views Activity
1
Apr 23
7265
2
Jun 22
4042
1
Apr 22
2782
0
Feb 22
5056
1
Jan 22
2712