Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
37
access_apps/doc/changelog.rst
Normal file
37
access_apps/doc/changelog.rst
Normal file
@ -0,0 +1,37 @@
|
||||
`2.0.0`
|
||||
-------
|
||||
- **Fix:** restore original access rights on uninstallation
|
||||
- **Fix:** error in Settings menu when some modules are installed
|
||||
|
||||
`1.3.3`
|
||||
-------
|
||||
- **Fix:** Grant `Allow installing apps` to Admin and System users (it was only System)
|
||||
|
||||
`1.3.2`
|
||||
-------
|
||||
|
||||
- **Fix:** allow users in group `Allow install apps only from settings` also to uninstall from settings
|
||||
- **Fix:** `Allow install apps only from settings` security group should imply `Administration: Settings` - no access to settings otherwise
|
||||
|
||||
`1.3.1`
|
||||
-------
|
||||
|
||||
- **Fix:** `Access Error` when administrators without access to apps trying to open ``[[ Website Admin ]] >> Configuratiion >> Settings``
|
||||
|
||||
`1.3.0`
|
||||
-------
|
||||
|
||||
- **Fix:** the "Allow install apps" group is now implies "Administration: Settings" ("base.group_system") since in Odoo 11.0 only group_system users can install apps
|
||||
|
||||
`1.2.0`
|
||||
-------
|
||||
|
||||
- **Improvement:** rename "Show Apps Menu" to "Allow install apps"
|
||||
- **New:** "Allow install apps only from settings"
|
||||
- **Improvement:** group "Show Apps Menu" and "Allow install apps only from settings" under "Apps access" security category
|
||||
|
||||
`1.0.1`
|
||||
-------
|
||||
|
||||
- **Fix:** updates for recent odoo 9.0
|
||||
- **Improvement:** apps dashboard can be showed if user has access 'Show Apps Menu'
|
||||
32
access_apps/doc/index.rst
Normal file
32
access_apps/doc/index.rst
Normal file
@ -0,0 +1,32 @@
|
||||
========================
|
||||
Control access to Apps
|
||||
========================
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
After the installation of this module by default only *default admin* and *superuser* have access to installing modules.
|
||||
To update the permission follow for other users follow the steps below.
|
||||
|
||||
|
||||
* Open menu ``[[ Settings ]] >> Users & Companies >> Users``, select the user you want to grant the access to
|
||||
* On ``Access Rights`` tab, ``Other`` settings group there is an ``Apps access`` security category
|
||||
|
||||
* Select ``Allow installing apps`` - to allow apps installation from everywhere
|
||||
* Select ``Allow installing apps only from settings`` - allow apps installation only from other module's ``Configuration >> Settings`` menu. More precisely, it just hides ``[[ Apps ]]`` menu
|
||||
* Select blank line - to restrict application installation
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
* Be sure that you don't test the functionality under the ``Administrator`` (superuser with id=1) user - he is immune to any access restriction except of hiding menus or buttons in UI
|
||||
* If you don't select anything in ``Apps access``: there is no ``[[ Apps ]]`` menu - even if your user is in ``Administration: Settings`` security group. Also note that you
|
||||
have no ability to include yourself in groups allowing to installing apps - this is what ``access_restricted`` module does (``access_apps`` depends on it)
|
||||
* If you have ``Allow installing apps`` selected: there is ``[[ Apps ]]`` menu
|
||||
* If you have ``Allow installing apps only from settings``: from other module's ``Configuration >> Settings`` menu, e.g. from ``[[ Website ]] >> Configuration >> Settings`` see that
|
||||
you have the ability to check the ``Digital Content`` checkbox that actually installs the ``website_sale_digital`` module after clicking on ``[Apply]`` button.
|
||||
Reference in New Issue
Block a user