-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.0 access restricted #66
Conversation
…from_settings - any modules may be installed through Odoo API using xmlrpc, redefine `_install_modules` of `res.config.settings` instead - underscore methods cannot be accessed through xmlrpc
…rs of group `allow add from settings`
…o add groups from settings menu
We probably need to imply |
….group_system - if we allow to add grups from settings then we should give rights to open the settings menu
For squashed commit: [ADD] set of updates
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More tests are required
@yelizariev please check 329739d for > test that non-super admin don't see unavailable fields (groups) |
Implying the 'Administration / Settings' is excessive. |
…for base.group_system - if we allow to add grups from settings then we should give rights to open the settings menu" This reverts commit 866e84a.
This is also done, please merge |
self.assertTrue(test_config_settings._get_classified_fields()['group']) | ||
|
||
test_config_settings.sudo(demo_user.id).execute() | ||
self.assertTrue(self.env['res.users'].sudo(demo_user.id).has_group('base.group_user')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add check that demo user doesn't have group_user before calling execute()
close #66 > Made via .github/workflows/DINAR-PORT.yml
No description provided.