Commit Graph

11 Commits

Author SHA1 Message Date
Jairo Llopis
b032724795 [FIX] base_user_role: Improve tests resiliency
These 2 tests were checking the exact set of groups a user should have.

If these tests are ran in a database where a module is previously installed which adds more groups to the base role, these exact group sets would be inexact, although the behavior that is being tested was actually properly working.

With this patch, basically I'm testing if the user contains the groups from the roles, not the exact role set expected. It should work in integration scenarios.

@Tecnativa TT20468
2020-11-04 17:34:18 -05:00
sebalix
7615a99a18 [IMP] base_user_role: black, isort 2020-01-30 09:09:20 +01:00
Pierrick Brun
df80d597ed [IMP] make base_user_role_line company dependent 2020-01-29 10:57:23 +01:00
elicoidal
63b6e5a010 Switch AGPL to LGPL license 2020-01-29 10:57:23 +01:00
Duc Dao
12ff9ff19d [MIG] base_user_role: Migration to 12.0 2020-01-29 10:57:23 +01:00
Benjamin Willig
21e541e979 [IMP] Use default user to define default roles to create for a new user 2020-01-29 10:57:23 +01:00
Duc Dao
5a8a947721 [MIG] Update test cases for testing (unlink role and role line) to new api 2020-01-29 10:57:23 +01:00
sebalix
8623e33952 [FIX+IMP] base_user_role: Several things:
* FIX: Update users' groups when a role is deleted
* IMP: add some test cases to check user's groups when its last role line is removed
* FIX: ensure that the user's groups are updated when its last role line is removed
2020-01-29 10:57:23 +01:00
Duc Dao
fa789d314b [MIG] base_user_role: Migration to 11.0 2020-01-29 10:57:23 +01:00
Adrien Peiffer (ACSONE)
ed30c31fc8 [MIG] base_user_role: Port to 10.0 2020-01-29 10:57:23 +01:00
Sébastien Alix
9d4b1d2165 8.0 - New module 'base_user_role' to manage user roles efficiently (#608)
* [ADD] New module 'base_user_role'

* [FIX] base_user_role - Review

* [FIX] base_user_role - Review s/is_active/is_enabled/

* [FIX] base_user_role - Review s/is_active/is_enabled/

* [IMP] base_user_role - Translations updated (template + FR)

* [FIX] base_user_role - Lint
2020-01-29 10:57:23 +01:00