Hello All,
How to hide the existing menu by using it's xml ID from the website menu bar?
Is it possible?
Regards,
Prince.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello All,
How to hide the existing menu by using it's xml ID from the website menu bar?
Is it possible?
Regards,
Prince.
You can also hide a menu using XML.
<record id="original_module.menu_id" model="ir.ui.menu">
<field name="groups_id" eval="[(3, ref('my_new_group_id'))]" />
<record>
dear Prince Caspion,
you can delete menus by this code
<delete model="ir.ui.menu" id="ModuleName.menu id"/> |
| another way you can create new hide group and then assigned to any menus you do not need . this group not assigned to any user. I think this is better way. |
| I hope i helped you.. |
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
|
1
mai. 25
|
11297 | ||
|
Website customization
Resolvido
|
|
1
abr. 24
|
9334 | |
|
|
1
fev. 23
|
9681 | ||
|
|
0
out. 21
|
3584 | ||
|
|
7
mar. 24
|
10629 |
hope this will helps you in future: https://sites.google.com/view/thinkincode/erp/odoo