OCA-git-bot
710497f4b0
base_user_role 12.0.2.1.1
2021-04-26 16:52:18 +00:00
OCA-git-bot
b703c619bc
Merge PR #120 into 12.0
...
Signed-off-by dreispt
2021-04-26 16:46:34 +00:00
OCA Transbot
a284144ef8
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/
2021-04-26 15:17:52 +00:00
oca-travis
718594a73f
[UPD] Update base_user_role.pot
2021-04-26 14:52:42 +00:00
Sylvain LE GAL
0709376620
[FIX] base_user_role : affect correct default category, when creating the related group
2021-04-26 15:58:36 +02:00
Sylvain LE GAL
612f648fdf
[IMP] base_user_role : prevent errors if users are not accessible by ACL, when updating roles
2021-04-20 13:05:18 +02:00
Ana Suárez
6bb312cf5d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/es/
2021-03-16 18:46:01 +00:00
OCA-git-bot
c194c603e9
base_user_role 12.0.2.0.1
2021-03-16 11:05:34 +00:00
OCA-git-bot
a724decf5f
[UPD] README.rst
2021-03-16 11:05:33 +00:00
OCA-git-bot
d219b7b36e
Merge PR #64 into 12.0
...
Signed-off-by StefanRijnhart
2021-03-16 10:13:56 +00:00
Pedro Castro Silva
e27ebb144c
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (39 of 39 strings)
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/pt/
2021-02-02 17:44:56 +00:00
Andrius Laukavičius
115aba15df
[FIX] base_user_role: default user multi-company
...
When creating user, default roles are using `base.default_user`, which
in multi-company case, can be from different company than user is being
created for. If thats the case, user creating another user, will get
access error, when trying to read default template user.
To work around that, we use sudo, to make sure, template user data can
be read regardless of a company.
Also improved the way base_user_role tests are run. Changed base test
class from TransactionCase to SavepointCase.
From how tests are ran perspective, both classes behave the same: each
test uses set up which is roll backed after.
But the difference is that SavepointCase case is much faster, because
it calls setUpClass once and saves this case for all tests (reusing
saved state).
2020-12-16 20:12:49 +02:00
OCA Transbot
efe0a694df
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/
2020-03-09 15:10:51 +00:00
OCA-git-bot
417fc1f7bb
base_user_role 12.0.2.0.0
2020-03-09 15:10:39 +00:00
OCA-git-bot
cd980b6fc8
[UPD] README.rst
2020-03-09 15:10:38 +00:00
oca-travis
c2ec71eedf
[UPD] Update base_user_role.pot
2020-03-09 15:00:35 +00:00
Kevin Khao
588e8e0daa
[IMP] base_user_role: Added multicompany support from commit server-tool repo commit 840c2c1119460424230c935da24ec42f95c21122
2020-03-06 16:59:08 +01:00
Kevin Khao
d64b4123a9
[IMP] base_user_role: black
2020-03-04 10:49:05 +01:00
OCA Transbot
b82a56797e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/
2020-01-02 09:46:22 +00:00
OCA-git-bot
148c2007fe
base_user_role 12.0.1.1.0
2020-01-02 09:46:10 +00:00
oca-travis
3cff026ea2
[UPD] Update base_user_role.pot
2020-01-02 09:43:03 +00:00
Harald Panten
bfcf31add1
[IMP] base_user_role: Adding a new tab for user comments in roles form.
2019-12-09 18:25:12 +01:00
OCA-git-bot
55daeda460
base_user_role 12.0.1.0.1
2019-11-15 08:29:41 +00:00
Jairo Llopis
e9ddce17c8
[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
2019-11-13 11:48:09 +00:00
OCA-git-bot
026406e76b
[UPD] README.rst
2019-07-29 03:37:50 +00:00
Jordi Ballester Alomar
300455f59d
[base_user_role] improve performance by only adding/removing from a user
...
the groups that have changed with respecto the role.
2019-02-25 19:06:48 +07:00
ernesto
6f667b9736
[MIG] base_import_match: Migration to 12.0
2019-02-15 08:08:14 -05:00
OCA-git-bot
cefee972da
[UPD] README.rst
2019-02-11 19:47:15 +00:00
hveficent
2f3402ed1b
[12.0][FIX] readme
2018-12-11 14:45:46 +01:00
OCA-git-bot
4893159ceb
[UPD] README.rst
2018-12-02 02:54:58 +00:00
OCA Transbot
8660cc9b0a
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-11-25 17:23:52 +00:00
oca-travis
947f6fedfd
[UPD] Update base_user_role.pot
2018-11-19 17:38:58 +00:00
OCA-git-bot
3f8b51b5a5
[UPD] README.rst
2018-11-19 17:18:54 +00:00
Duc Dao
a34fb2eae4
[MIG] base_user_role: Migration to 12.0
2018-11-19 18:00:21 +01:00
Hans Henrik Gabelgaard
4f87436611
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/
2018-11-19 18:00:21 +01:00
oca-travis
287070f733
[UPD] Update base_user_role.pot
2018-11-19 18:00:21 +01:00
Benjamin Willig
dcc76bd648
[IMP] Use default user to define default roles to create for a new user
2018-11-19 18:00:21 +01:00
Duc Dao
1f51952568
[MIG] Update test cases for testing (unlink role and role line) to new api
2018-11-19 18:00:21 +01:00
sebalix
48703df707
[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
2018-11-19 18:00:21 +01:00
Duc Dao
e63b03047b
[MIG] base_user_role: Migration to 11.0
2018-11-19 18:00:21 +01:00
Benjamin Willig
03609673e7
[10.0][FIX] User group not updating when removing a user from the role view
2018-11-19 17:59:33 +01:00
Alexis de Lattre
44a20fcafc
[FIX] Crash in base_user_role when role_id is not set on res.users.role.line
2018-11-19 17:59:33 +01:00
Adrien Peiffer (ACSONE)
439d324bde
[MIG] base_user_role: Port to 10.0
2018-11-19 17:59:33 +01:00
sebalix
195a958e30
base_user_role - Set a default category to associated groups
2018-11-19 17:59:33 +01:00
Stéphane Bidoul (ACSONE)
d7732a5b02
base_user_role: display roles as first tab in user form
2018-11-19 17:59:33 +01:00
Sébastien Alix
e0daffb241
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
2018-11-19 17:59:33 +01:00