Skip to content

Commit 61c3d06

Browse files
authored
📖 update readme
1 parent e788118 commit 61c3d06

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

access_restricted/README.rst

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,26 @@
55
Restricted administration rights
66
================================
77

8-
The module makes impossible for administrator to set (and see) more access rights (groups) than he already has.
9-
The only partial exception of this rule is made if you are already a member of the 'Allow add implied groups from settings' security group.
10-
Then you are allowed to escalate your privileges but just from ``Settings`` menus (by means of ``group_XXX`` boolean fields of ``res.config.settings`` models views).
8+
The module makes impossible for administrator to set (or see) more access rights (access groups) than he already has.
119

12-
This doesn't affect superuser, of course.
10+
It also using for restrict changes to certain settings for specific users, who should be prevented from making important changes without the knowledge of the superuser.
11+
12+
The only partial exception if user is already a member of the **'Allow add implied groups from settings'** security group.
13+
14+
Sure, it doesn't affect to superuser rights.
1315

1416
Typical usage of the module.
1517
----------------------------
1618

17-
The superuser creates an administrator user without access group "Show Apps Menu" (see **access_apps** module). Then the administrator has access to settings, but not able to install new apps (without this module he can add himself to "Show Apps Menu" and get access to apps).
19+
This example in addition to this module installed also requires **base_setup** and **access_apps** modules.
20+
21+
1. The superuser creates an administrator user with empty parameter **"Apps access"**.
22+
2. Then the administrator has access to settings, but not able to install new apps.
23+
24+
* Without this module this user can add himself to **"Allow installing apps"** access group and get access to apps management.
25+
26+
=============
27+
28+
**Read more examples in the module's documentation.**
1829

19-
Tested on `Odoo 14.0 <https://github.com/odoo/odoo/commit/c16d4b5e7b9181c2c792f595a117de10510d45be>`_
30+
It was tested on `Odoo 14.0 <https://github.com/odoo/odoo/commit/c16d4b5e7b9181c2c792f595a117de10510d45be>`_

0 commit comments

Comments
 (0)