mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[ADD][12.0] base_user_role_profile: Add to 12.0
fixup! Logic and permissions fixes, new demo module, changes JS-side that reloads in a cleaner way on profile change fixup! removed unused imports, beautified JS fixup! Test coverage increase [FIX] Use write instead of assignment operator on create function: assignment on multiple records raises error fixup! Removed leftover copyright Apply suggestions from code review Co-Authored-By: David Beal <david.beal@akretion.com>
This commit is contained in:
2
base_user_role_profile/readme/CONFIGURE.rst
Normal file
2
base_user_role_profile/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
Go to Configuration / Users / Profiles and create a profile. Go to Configuration / Users / Roles and define some role lines with profiles.
|
||||
Be careful when defining role lines that company ids and profiles are correctly configured.
|
||||
2
base_user_role_profile/readme/CONTRIBUTORS.rst
Normal file
2
base_user_role_profile/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Kevin Khao <kevin.khao@akretion.com>
|
||||
* Sébastien Beau <sebastien.beau@akretion.com>
|
||||
12
base_user_role_profile/readme/DESCRIPTION.rst
Normal file
12
base_user_role_profile/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
Extending the base_user_role module, this one adds the notion of profiles. Effectively profiles act as an additional filter to how the roles are used. Through the new widget, much in the same way that a user can switch companies when they are part of the multi company group, users have the possibility to change profiles when they are part of the multi profiles group.
|
||||
|
||||
This allows users to switch their permission groups dynamically. This can be useful for example to:
|
||||
- finer grain control on menu and model permissions (with record rules this becomes very flexible)
|
||||
- break down complicated menus into simpler ones
|
||||
- easily restrict users accidentally editing or creating records in O2M fields and in general misusing the interface, instead of excessively explaining things to them
|
||||
|
||||
When you define a role, you have the possibility to link it to a profile. Roles are applied to users in the following way:
|
||||
- Apply user's roles without profiles in any case
|
||||
- Apply user's roles that are linked to the currently selected profile
|
||||
|
||||
Note that this module assumes a multicompany environment
|
||||
1
base_user_role_profile/readme/USAGE.rst
Normal file
1
base_user_role_profile/readme/USAGE.rst
Normal file
@@ -0,0 +1 @@
|
||||
Once you have set up at least one profile for a user, use the widget in the top bar to switch user profiles. Note that it is possible to use no profile; in this case, the user will only get the roles that always apply (i.e the ones with no profile_id).
|
||||
Reference in New Issue
Block a user