| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 261 |
| Technical Name |
ali_readonly_user |
| License | OPL-1 |
| Website | https://github.com/aliiahmed20 |
Read-Only Auditor Users
Spin up a backend user that can see everything but change nothing
Key Features
System-Wide Read Access
The auditor can read every model in the system, so nothing you
need to review is out of reach.
No Changes, Guaranteed
Create, write and delete are blocked at the ACL layer — which
also disables form-view buttons and server actions.
Menu-Scoped Visibility
The user only sees the menus you explicitly grant. Parent menus
are granted automatically so every choice stays reachable.
Quick-Create Wizard
A dedicated wizard lets you provision an auditor — name, login,
companies and menus — in seconds.
Why It's Safe
Enforced where it counts, not just hidden in the UI
Read-only is enforced at the access-control layer rather than by hiding buttons. That means the restriction holds everywhere:
- Forms & lists — records open but cannot be edited or created
- Action buttons — server actions that would write are blocked
- Imports & API — the same limits apply to XML-RPC / web calls
How It Works
Provision an external auditor in seconds
Go to Settings > Users & Companies > Read-Only Auditors and open the quick-create wizard. Enter the auditor's name and login, pick the allowed companies, and select the specific menus they should see (for example a single accounting report). On save, the user is created with the read-only group applied and the chosen menus — along with their parents — granted automatically.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 261 |
| Technical Name |
ali_readonly_user |
| License | OPL-1 |
| Website | https://github.com/aliiahmed20 |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module