mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[9.0][ADD] - base_user_role_history
This commit is contained in:
2
base_user_role_history/readme/CONTRIBUTORS.rst
Normal file
2
base_user_role_history/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Benoit Aimont <benoit.aimont@acsone.eu> (https://acsone.eu)
|
||||
* Thomas Binsfeld <thomas.binsfeld@acsone.eu> (https://acsone.eu)
|
||||
4
base_user_role_history/readme/DESCRIPTION.rst
Normal file
4
base_user_role_history/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
This addon provides history for roles modifications on users.
|
||||
Each time a role is added/updated/unlinked on a user, a new role history line
|
||||
is created mentioning what changes were made and who made them.
|
||||
Theses informations are directly accessible from users via a smart button.
|
||||
3
base_user_role_history/readme/ROADMAP.rst
Normal file
3
base_user_role_history/readme/ROADMAP.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
Since roles on role history line have 'cascade' ondelete, role deletion leads
|
||||
to role history line deletion. In order to keep history even in the case of
|
||||
a role deletion, module could be upgraded.
|
||||
1
base_user_role_history/readme/USAGE.rst
Normal file
1
base_user_role_history/readme/USAGE.rst
Normal file
@@ -0,0 +1 @@
|
||||
Changes on user roles are easily accessible via a button on user form view.
|
||||
Reference in New Issue
Block a user