OCA-git-bot
a1546d803d
base_user_role 13.0.1.0.1
2020-11-04 23:46:59 +00:00
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
Houzéfa Abbasbhay
e64cd9b50a
Translated using Weblate (French)
...
Currently translated at 82.5% (33 of 40 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/fr/
2020-09-28 13:20:02 +00:00
OCA-git-bot
822c13bf7f
pre-commit update
2020-03-14 12:23:52 +01:00
Jesús Alan Ramos Rodríguez
2656c71097
Translated using Weblate (Spanish (Mexico))
...
Currently translated at 100.0% (40 of 40 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/es_MX/
2020-02-15 15:13:44 +00:00
OCA Transbot
b405f2bd3f
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/
2020-01-31 17:52:18 +00:00
OCA-git-bot
4b26a0541c
[UPD] README.rst
2020-01-30 08:54:20 +00:00
oca-travis
e01593b675
[UPD] Update base_user_role.pot
2020-01-30 08:50:06 +00:00
sebalix
7615a99a18
[IMP] base_user_role: black, isort
2020-01-30 09:09:20 +01:00
sebalix
4f7df6ddf7
[MIG] base_user_role: Migration to 13.0
2020-01-29 10:57:23 +01:00
Pierrick Brun
9d77f5804e
FIX check_company
2020-01-29 10:57:23 +01:00
Pierrick Brun
df80d597ed
[IMP] make base_user_role_line company dependent
2020-01-29 10:57:23 +01:00
Pierrick Brun
9dde5333ed
Make user_id and role_id required in base_user_role_line
2020-01-29 10:57:23 +01:00
Pierrick Brun
30bc37738c
Revert "[FIX] Crash in base_user_role when role_id is not set on res.users.role.line"
...
This reverts commit b537941d5a2d1fcb3fbacc602124c1b3f6e1d495.
2020-01-29 10:57:23 +01:00
elicoidal
63b6e5a010
Switch AGPL to LGPL license
2020-01-29 10:57:23 +01:00
_tux
43d15f1321
[10.0][UPD] base_user_role: Disabled Administrator user selection in notebook users line ( #1170 )
2020-01-29 10:57:23 +01:00
OCA-git-bot
25f0ad32b3
[UPD] README.rst
2020-01-29 10:57:23 +01:00
Jordi Ballester Alomar
28658314c7
[base_user_role] improve performance by only adding/removing from a user
...
the groups that have changed with respecto the role.
2020-01-29 10:57:23 +01:00
ernesto
1a186758f8
[MIG] base_import_match: Migration to 12.0
2020-01-29 10:57:23 +01:00
OCA-git-bot
49cd885a08
[UPD] README.rst
2020-01-29 10:57:23 +01:00
hveficent
6c58c17339
[12.0][FIX] readme
2020-01-29 10:57:23 +01:00
OCA-git-bot
2caafd24ef
[UPD] README.rst
2020-01-29 10:57:23 +01:00
OCA Transbot
9c8eaa39c6
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2020-01-29 10:57:23 +01:00
oca-travis
b85a29f56b
[UPD] Update base_user_role.pot
2020-01-29 10:57:23 +01:00
OCA-git-bot
ccd18b1d21
[UPD] README.rst
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
Hans Henrik Gabelgaard
b2bb8f2790
Translated using Weblate (Danish)
...
Currently translated at 100,0% (37 of 37 strings)
Translation: server-backend-11.0/server-backend-11.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_user_role/da/
2020-01-29 10:57:23 +01:00
oca-travis
5860d4ba84
[UPD] Update base_user_role.pot
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
Benjamin Willig
35e3b099c5
[10.0][FIX] User group not updating when removing a user from the role view
2020-01-29 10:57:23 +01:00
Alexis de Lattre
daa65abf91
[FIX] Crash in base_user_role when role_id is not set on res.users.role.line
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
sebalix
f90dbddc47
base_user_role - Set a default category to associated groups
2020-01-29 10:57:23 +01:00
Stéphane Bidoul (ACSONE)
c83a130c25
base_user_role: display roles as first tab in user form
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