| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 816 |
| Technical Name |
gb_record_rule_access_rights_visualiser |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 816 |
| Technical Name |
gb_record_rule_access_rights_visualiser |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
Record-Rule & Access-Righ
See who can read/write/create/delete each model, simulate as any user and export the access matrix
ACL debugging in Odoo is dark — model access rights, implied/inherited groups and record rules interact in ways nobody can reason about by eye. This module makes them visible. It rolls up every ir.model.access line that applies (directly or through inherited groups) into an effective permission matrix, shows the exact lines and groups granting each permission to a given user, parses record-rule domains for read/write/create/unlink, and answers concrete “can this user touch this record?” questions. It never grants access — it only reports the configuration you already have.
Key Features
Effective Access Matrix
For any set of models, compute the effective read / write / create / unlink permission per security group, rolled up across all applicable access lines and implied groups — exportable to CSV.
User Permission Probe
Pick a user and a model to see the permissions they actually have (the union across all their groups) plus the exact access lines and groups granting each one. No more guessing.
Record-Rule Inspector
List the global and group record rules on a model, whether they apply to a given user, and the parsed domain per operation — so you can see which subset of records a user can touch.
“Can This User Do X?”
Answer create/read/write/unlink questions for a user and model, and where a specific record is supplied, evaluate the record rules against it to show whether that record is in scope.
Snapshots & Diff
Save an access-matrix snapshot, then diff before and after a security change to prove exactly what permissions moved — ideal audit evidence.
Read-Only & Safe
The module only reports on existing configuration; it never creates, alters or grants any access right, so it is safe to run in production.
Nothing Native Shows This
Odoo gives no consolidated view of effective permissions across inherited groups and record rules — this computes it for you.
Audit-Ready Evidence
CSV exports and snapshot diffs give security reviewers concrete, before/after proof of who could access what.
Screenshots
Access Matrix
User Permission Probe
Can User Do X
Snapshots
Why Choose This Module
For any set of models, compute the effective read / write / create / unlink permission per security group, rolled up across all applicable access lines and implied groups — exportable to CSV.
Specifications
- Compatible: Odoo 18.0 / 19.0
- License: LGPL-3
- Languages: 35+
- Author: Baris Genc
- Dependencies: base
- Support: odoo@gencbaris.com
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