Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3218 Vistas

Hi,

I want to invisible only crm menu string not the sub-menu of crm for the particular user. so what i want to do for this

please suggest me.

Avatar
Descartar
Mejor respuesta

Hi,

Can you try the following code


<record model="ir.ui.menu" id="crm.crm_menu_root">
<field name="groups_id" eval="[(5,ref('mention the user group which dont want to see the menu'))]"/>
</record>
Avatar
Descartar
Autor

It's worked for me Thanks :)

Mejor respuesta

Hello,

I hope below link usefull for you.
https://crnd.pro/blog/how-to-3/post/how-to-hide-menus-in-odoo-21

Thanks
Sunny Sheth

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jun 24
2543
2
sept 22
2663
0
may 24
1032
2
ago 23
2251
2
abr 23
1801