|
5 | 5 | Restricted administration rights |
6 | 6 | ================================ |
7 | 7 |
|
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. |
11 | 9 |
|
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. |
13 | 15 |
|
14 | 16 | Typical usage of the module. |
15 | 17 | ---------------------------- |
16 | 18 |
|
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.** |
18 | 29 |
|
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