Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3593 Vues

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
Ignorer
Meilleure réponse
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
Ignorer

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

Publications associées Réponses Vues Activité
1
avr. 23
6435
2
juin 22
3432
1
avr. 22
2284
0
févr. 22
4600
1
janv. 22
2260