Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3426 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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>
Awatar
Odrzuć
Autor

It's worked for me Thanks :)

Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 24
2963
2
wrz 22
2953
0
maj 24
1377
2
sie 23
2524
2
kwi 23
2007