mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[ADD] base_user_role_company: add per company user roles
This commit is contained in:
committed by
Holger Brunn
parent
88120541fb
commit
9e058c1a97
6
base_user_role_company/readme/CONFIGURE.rst
Normal file
6
base_user_role_company/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Roles are set on the User form.
|
||||
|
||||
The "Company" additional column allows to set a Role as only valid for specific companies.
|
||||
|
||||
There is also a "Active Role" techincal field, only visible in developer mode.
|
||||
It shows what roles are active, after applying the company selection rules.
|
||||
4
base_user_role_company/readme/CONTRIBUTORS.rst
Normal file
4
base_user_role_company/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
`Open Source Integrators <http://opensourceintegrators.com>`_
|
||||
|
||||
* Daniel Reis <dreis@opensourceintegrators.com>
|
||||
* Chandresh Thakkar <cthakkr@opensourceintegrators.com>
|
||||
9
base_user_role_company/readme/DESCRIPTION.rst
Normal file
9
base_user_role_company/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Enable User Roles depending on the Companies selected.
|
||||
|
||||
A company specific Role will only be enabled
|
||||
if it is set for **all** the currently selected companies.
|
||||
|
||||
For example, if a user is "Sales Manager" only for Company A,
|
||||
it will see that role enabled only if Company A is selected.
|
||||
If the user selects Company A and Company B,
|
||||
then the "Sales Manager" role won't be enabled.
|
||||
17
base_user_role_company/readme/USAGE.rst
Normal file
17
base_user_role_company/readme/USAGE.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
Select the active companies from the web client widget, near the top right corner.
|
||||
When doing so, the User's security Groups are recomputed, based on the Roles.
|
||||
|
||||
When the user changes the company selection, only the groups available to all active companies will be activated.
|
||||
|
||||
For example:
|
||||
|
||||
* A "SALES PERSON" and a "SALES MANAGER" roles are created.
|
||||
|
||||
* A user is assigned to the roles:
|
||||
* "SALES PERSON", with no specific company assigned (meaning all)
|
||||
* "SALES MANAGER" only to "My Company (Chicago)"
|
||||
|
||||
* When selecting active companies from the UI widget:
|
||||
* If only "My Company (San Francisco)" is active, "SALES PERSON" will be active.
|
||||
* If only "My Company (Chicago)" is active, "SALES PERSON" and "SALES MANAGER" will be active.
|
||||
* If both "My Company (San Francisco)" and "My Company (Chicago)" is active, "SALES PERSON" will be active.
|
||||
Reference in New Issue
Block a user