Hello, good day everyone, I have a question on how to hide a menu item on specific department users in odoo 10. Thank you very much in advance.
This question has been flagged
1
Respondre
3561
Vistes
Hi,
Create a user group only applicable only for that department user and give group attribute to that particular menu
<record id="access_main_hr_menu" model="res.groups">
<field name="name">Hr Main Menu</field>
</record>
<record model="ir.ui.menu" id="hr.menu_hr_root">
<field name="groups_id" eval="[(6,0,[ref('access_main_hr_menu')])]"/>
</record>
Regards
Okay. Thank very much for your answer. I appreciated it.
It does not work.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
2
de juny 24
|
3916 | ||
|
|
1
de des. 23
|
3801 | ||
|
|
1
de març 23
|
4557 | ||
|
|
0
de des. 22
|
4043 | ||
|
INSTALLING ODOO 10C ERROR
Solved
|
|
1
d’oct. 21
|
6229 |