Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC

This commit is contained in:
CI Publish Bot
2026-05-31 21:19:21 +00:00
commit aa4214c195
1213 changed files with 183945 additions and 0 deletions

View File

@ -0,0 +1,20 @@
`2.0.0`
-------
- Improvement: replace `access_apps` dependency with `access_restricted` since only the latter one is needed
`1.0.2`
-------
- FIX: make compatible with CI-tests of other modules
`1.0.1`
-------
- FIX issue occured when user has ``[x] Show Settings Menu`` access, but doesn't have administration rights
`1.0.0`
-------
- Init version

View File

@ -0,0 +1,33 @@
======================
Access settings menu
======================
Installation
============
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way
Configuration
=============
* Open menu ``[[ Settings ]] >> Users & Companies >> Users``
* Open user form view (click on the line with the user)
* Click ``[Edit]``
* Select ``[Show Settings Menu]`` and click ``[Save]``
Usage
=====
Without this module installed:
* Non-admin user can't see the ``[[ Settings ]]`` menu.
With this module installed:
* If non-admin user has the ``[Show Settings Menu]`` right he can see the ``[[ Settings ]]`` menu.
Uninstallation
==============
After uninstalling, you need to update ``base`` module to return restriction to ``Settings`` menu back.