Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
5098 Visninger

Greeting;
I have created a new module named phpevaluation, and i want to configure security on this module (who use what), so i have to create a set of users groups to define my types of access, the problem is in the users group form , when I try to choose my created module from the list of applications I could not found it;

-I named the module phpevaluation (without dashes nor underscores)
-Inside my manifest.py file the application attribute is setted to True
-When I access using pgAdmin to the "ir_module_module" table I find the record and the "application" attribute is correction setted to True

I am using Odoo 10

Avatar
Kassér
Forfatter Bedste svar

In fact, when creating a new users group the application field means the applications category, odoo apply security on a set of application not the application, I resolved the problem by choosing the "Health Management" category that contains my application phpevaluation

Avatar
Kassér
Bedste svar

Try to give

_description = 'Your Description'

to your custom model, this will helps you to select the model on group's access rights. After you just need to type description or correct model name

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
jun. 25
2228
0
mar. 19
5402
4
mar. 20
23540
3
okt. 19
5943
1
okt. 18
132