Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3633 Visualizações

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
Cancelar
Melhor resposta
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
Cancelar

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

Publicações relacionadas Respostas Visualizações Atividade
1
abr. 23
6449
2
jun. 22
3445
1
abr. 22
2316
0
fev. 22
4606
1
jan. 22
2290