oca-travis
3aae6aafbb
[UPD] Update base_user_role.pot
4 years ago
OCA-git-bot
c5b1726394
Merge PR #107 into 14.0
Signed-off-by pedrobaeza
4 years ago
Harald Panten
e394944345
[IMP] base_user_role: Adding a new tab for user comments in roles form.
4 years ago
Sébastien BEAU
7eb3e12a14
[IMP] Fix edition of role
4 years ago
OCA-git-bot
c335fa260c
[ADD] setup.py
4 years ago
OCA-git-bot
e6d55fc6b0
[UPD] addons table in README.md
4 years ago
oca-travis
fcde05b183
[UPD] Update base_user_role.pot
4 years ago
OCA-git-bot
aebadad1c9
Merge PR #95 into 14.0
Signed-off-by StefanRijnhart
4 years ago
Jesús Alan Ramos Rodríguez
1bd7e1341a
[MIG] base_user_role: Migration to 14.0
4 years ago
Jesús Alan Ramos Rodríguez
a45a2e8ce2
[IMP] base_user_role: black, isort, prettier
4 years ago
Houzéfa Abbasbhay
9cb1444ea7
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/
4 years ago
OCA-git-bot
fcbbe8da30
pre-commit update
5 years ago
Jesús Alan Ramos Rodríguez
bf5de3cd4c
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/
5 years ago
OCA Transbot
b87189ea5b
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/
5 years ago
OCA-git-bot
ceb80682a6
[UPD] README.rst
5 years ago
oca-travis
9655869baf
[UPD] Update base_user_role.pot
5 years ago
sebalix
0e1b4653f7
[IMP] base_user_role: black, isort
5 years ago
sebalix
6337a5968e
[MIG] base_user_role: Migration to 13.0
5 years ago
Pierrick Brun
e896dedd10
FIX check_company
6 years ago
Pierrick Brun
0e757884ce
[IMP] make base_user_role_line company dependent
6 years ago
Pierrick Brun
9b5fa560e3
Make user_id and role_id required in base_user_role_line
6 years ago
Pierrick Brun
afc6eaf947
Revert "[FIX] Crash in base_user_role when role_id is not set on res.users.role.line"
This reverts commit b537941d5a
.
6 years ago
elicoidal
31395f31ee
Switch AGPL to LGPL license
6 years ago
_tux
b37fdd8ffb
[10.0][UPD] base_user_role: Disabled Administrator user selection in notebook users line ( #1170 )
7 years ago
OCA-git-bot
a5e0b0fe88
[UPD] README.rst
5 years ago
Jordi Ballester Alomar
bad799269a
[base_user_role] improve performance by only adding/removing from a user
the groups that have changed with respecto the role.
6 years ago
ernesto
07eeadf4aa
[MIG] base_import_match: Migration to 12.0
6 years ago
OCA-git-bot
41199412cd
[UPD] README.rst
6 years ago
hveficent
75f9ec6aea
[12.0][FIX] readme
6 years ago
OCA-git-bot
558ca4d774
[UPD] README.rst
6 years ago
OCA Transbot
8783816b77
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
2c2b824f7a
[UPD] Update base_user_role.pot
6 years ago
OCA-git-bot
cc7088f354
[UPD] README.rst
6 years ago
Duc Dao
3cbb632748
[MIG] base_user_role: Migration to 12.0
6 years ago
Hans Henrik Gabelgaard
98ca0256a8
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/
6 years ago
oca-travis
ad6c093a46
[UPD] Update base_user_role.pot
6 years ago
Benjamin Willig
65f2806095
[IMP] Use default user to define default roles to create for a new user
7 years ago
Duc Dao
7b41c362d2
[MIG] Update test cases for testing (unlink role and role line) to new api
7 years ago
sebalix
3d408dc663
[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
7 years ago
Duc Dao
961f983cd3
[MIG] base_user_role: Migration to 11.0
7 years ago
Benjamin Willig
d32b8f4d3c
[10.0][FIX] User group not updating when removing a user from the role view
7 years ago
Alexis de Lattre
9b43d67edf
[FIX] Crash in base_user_role when role_id is not set on res.users.role.line
8 years ago
Adrien Peiffer (ACSONE)
cbeffb50bc
[MIG] base_user_role: Port to 10.0
8 years ago
sebalix
089607e2f2
base_user_role - Set a default category to associated groups
8 years ago
Stéphane Bidoul (ACSONE)
0adcee4210
base_user_role: display roles as first tab in user form
8 years ago
Sébastien Alix
cbc209a4d6
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
8 years ago
oca-git-bot
4ad44af4f1
[IMP] update dotfiles [ci skip]
4 years ago
oca-git-bot
f24366fd23
[IMP] update dotfiles [ci skip]
4 years ago
oca-git-bot
18cb7d21e1
Initialize 14.0 branch
4 years ago