Duc Dao
6 years ago
committed by
Jesús Alan Ramos Rodríguez
11 changed files with 76 additions and 61 deletions
-
52base_user_role/README.rst
-
5base_user_role/__manifest__.py
-
12base_user_role/models/role.py
-
18base_user_role/readme/CONFIGURE.rst
-
5base_user_role/readme/CONTRIBUTORS.rst
-
4base_user_role/readme/CREDITS.rst
-
19base_user_role/readme/DESCRIPTION.rst
-
4base_user_role/readme/ROADMAP.rst
-
13base_user_role/readme/USAGE.rst
-
BINbase_user_role/static/description/user_form.png
-
5base_user_role/tests/test_user_role.py
@ -0,0 +1,18 @@ |
|||
To configure this module, you need to go to *Configuration / Users / Roles*, |
|||
and create a new role. From there, you can add groups to compose your role, |
|||
and then associate users to it. |
|||
|
|||
You can also define default roles for a new user by editing the user called |
|||
"Default User". |
|||
|
|||
Roles: |
|||
|
|||
.. image:: /base_user_role/static/description/roles.png |
|||
|
|||
Add groups: |
|||
|
|||
.. image:: /base_user_role/static/description/role_groups.png |
|||
|
|||
Add users (with dates or not): |
|||
|
|||
.. image:: /base_user_role/static/description/role_users.png |
@ -0,0 +1,5 @@ |
|||
* Sébastien Alix <sebastien.alix@osiell.com> |
|||
* Duc, Dao Dong <duc.dd@komit-consulting.com> (https://komit-consulting.com) |
|||
* Jean-Charles Drubay <jc@komit-consulting.com> (https://komit-consulting.com) |
|||
|
|||
Do not contact contributors directly about support or help with technical issues. |
@ -0,0 +1,4 @@ |
|||
Images |
|||
------ |
|||
|
|||
* Oxygen Team: `Icon <http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Actions-user-group-new-icon.html>`_ (LGPL) |
@ -0,0 +1,19 @@ |
|||
This module was written to extend the standard functionality regarding users |
|||
and groups management. |
|||
It helps creating well-defined user roles and associating them to users. |
|||
|
|||
It can become very hard to maintain a large number of user profiles over time, |
|||
juggling with many technical groups. For this purpose, this module will help |
|||
you to: |
|||
|
|||
* define functional roles by aggregating low-level groups, |
|||
* set user accounts with the predefined roles (roles are cumulative), |
|||
* update groups of all relevant user accounts (all at once), |
|||
* ensure that user accounts will have the groups defined in their roles |
|||
(nothing more, nothing less). In other words, you can not set groups |
|||
manually on a user as long as there is roles configured on it, |
|||
* activate/deactivate roles depending on the date (useful to plan holidays, etc) |
|||
* get a quick overview of roles and the related user accounts. |
|||
|
|||
That way you make clear the different responsabilities within a company, and |
|||
are able to add and update user accounts in a scalable and reliable way. |
@ -0,0 +1,4 @@ |
|||
Bugs are tracked on `GitHub Issues |
|||
<https://github.com/OCA/server-backend/issues>`_. In case of trouble, please |
|||
check there if your issue has already been reported. If you spotted it first, |
|||
help us smash it by providing detailed and welcomed feedback. |
@ -0,0 +1,13 @@ |
|||
[ This file must be present and contains the usage instructions |
|||
for end-users. As all other rst files included in the README, |
|||
it MUST NOT contain reStructuredText sections |
|||
only body text (paragraphs, lists, tables, etc). Should you need |
|||
a more elaborate structure to explain the addon, please create a |
|||
Sphinx documentation (which may include this file as a "quick start" |
|||
section). ] |
|||
|
|||
To use this module, you need to: |
|||
|
|||
#. Go to Configuration / Users / Users choose user and set Roles: |
|||
|
|||
.. image:: /base_user_role/static/description/user_form.png |
After Width: 877 | Height: 338 | Size: 22 KiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue