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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
8348
Widoki
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
maj 24
|
2308 | ||
How to set user groups to true by default
Rozwiązane
|
|
3
kwi 23
|
11770 | |
|
1
kwi 23
|
14781 | ||
how to assign menu to groups
Rozwiązane
|
|
9
gru 23
|
24062 | |
|
1
maj 20
|
6526 |
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