[9.0][ADD] - base_user_role_history

This commit is contained in:
Benoit Aimont
2019-09-30 12:02:31 +02:00
parent 979a3da6df
commit f91a25e016
19 changed files with 1602 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
* Benoit Aimont <benoit.aimont@acsone.eu> (https://acsone.eu)
* Thomas Binsfeld <thomas.binsfeld@acsone.eu> (https://acsone.eu)

View 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.

View 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.

View File

@@ -0,0 +1 @@
Changes on user roles are easily accessible via a button on user form view.