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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
1310
Visualizzazioni
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.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
giu 24
|
1377 | ||
|
1
dic 23
|
1165 | ||
|
1
mar 23
|
2138 | ||
|
0
dic 22
|
1775 | ||
INSTALLING ODOO 10C ERROR
Risolto
|
|
1
ott 21
|
3690 |