Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3258 Prikazi

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

<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 Odgovori Prikazi Aktivnost
1
apr. 23
5634
2
jun. 22
2592
1
apr. 22
1719
0
feb. 22
4064
1
jan. 22
1817