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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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
<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>
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
1
апр. 23
|
7518 | |||
|
Can't edit web event page
Решено
|
2
июн. 22
|
4272 | ||
|
1
апр. 22
|
2953 | |||
|
0
февр. 22
|
5145 | |||
|
1
янв. 22
|
2892 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.