Skip to Content
Menú
This question has been flagged
1 Respondre
3586 Vistes

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

<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 Respostes Vistes Activitat
1
d’abr. 23
6419
2
de juny 22
3425
1
d’abr. 22
2270
0
de febr. 22
4596
1
de gen. 22
2247