Where technical name of the user groups will be stored in odoo
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
8343
Visualizzazioni
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
mag 24
|
2306 | ||
|
3
apr 23
|
11769 | ||
|
1
apr 23
|
14780 | ||
how to assign menu to groups
Risolto
|
|
9
dic 23
|
24062 | |
|
1
mag 20
|
6516 |
If you ask for xml_id, table is ir_model_data (name field)
Thanks for answer i have created user group form front end when i open res groups table its not displaying technical name i am also searched in ir_model_data its not available
for example base.group_sale_manager is technical name of the sales manager group, this technical name where will be stored
If you create group from frontend (or any other object), i understand it will not have xml_id and will not be stored on ir_model_data
i have given an example above group technical name "base.group_sale_manager" where it is stored
when i export data from groups tree view i got technical name but its not displaying in database
I told you, and repeat: table is ir_model_data (name field store 'group_sale_manager' and module field store 'base'). All right?
Thank you so much for your response
That's all right
Hello sri, In my live server we had created user group from front end i want to access that group in my xml how can i use