| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 198 |
| Technical Name |
permission_debugger |
| License | OPL-1 |
| Website | https://jesusdelavega.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 198 |
| Technical Name |
permission_debugger |
| License | OPL-1 |
| Website | https://jesusdelavega.com |
|
Stop wasting time debugging permissions manually
Detén el tiempo perdido depurando permisos manualmente
When a user sees «Access Denied», this tool instantly explains which layer blocked it: the model ACL, a record rule or the group hierarchy.
Cuando un usuario ve «Acceso Denegado», esta herramienta explica al instante qué capa lo bloqueó: ACL del modelo, regla de registro o jerarquía de grupos.
See it in action / Vélo en acción
![]() Permission Debugger menu under Settings — accessible to admins only / Menú Permission Debugger en Ajustes — solo accesible para admins |
![]() Wizard: pick user, model and operation (read/write/create/delete) / Wizard: elige usuario, modelo y operación (read/write/create/delete) |
![]() Wizard ready to analyze: user + model + operation set / Wizard listo para analizar: usuario + modelo + operación seleccionados |
![]() DENIED verdict with the user's groups, applicable ACL/record rules and a plain-language explanation / Veredicto DENIED con los grupos del usuario, ACL/reglas de registro aplicables y explicación en lenguaje natural |
Why choose this module? / ¿Por qué elegir este módulo?
| 3-color verdict: ALLOWED / DENIED / PARTIAL / Veredicto a 3 colores: ALLOWED / DENIED / PARTIAL |
| Plain-English explanation with a suggested FIX / Explicación en lenguaje natural con FIX sugerido |
| Lists every applicable ir.model.access and ir.rule / Lista cada ir.model.access e ir.rule aplicable |
| Read-only — never alters your security setup / Solo lectura — nunca altera tu configuración |
| Works with any non-transient model (custom included) / Funciona con cualquier modelo no-transient (custom incluidos) |
| Available in English and Spanish / Disponible en español e inglés |
Main features / Características principales
🎯 Layer-by-layer / Por capa Pinpoints the exact layer (ACL or ir.rule) that blocks access. / Identifica la capa exacta (ACL o ir.rule) que bloquea el acceso. |
🌈 Color verdict / Veredicto a color Green = allowed, Red = denied, Orange = conditional. / Verde = permitido, Rojo = denegado, Naranja = condicional. |
🧰 Suggested FIX / FIX sugerido Each verdict comes with a concrete next step in plain English. / Cada veredicto incluye un siguiente paso concreto en lenguaje claro. |
📜 ACL + ir.rule Lists every applicable security record in one view. / Lista cada registro de seguridad aplicable en una sola vista. |
Detailed features / Funcionalidades detalladas
|
|
|
Support & compatibility / Soporte y compatibilidad
|
Technical Support / Soporte Técnico
Ticket-based technical support. Response time: 24-48 business hours.
Soporte técnico por ticket. Tiempo de respuesta: 24-48 horas hábiles. |
| License / Licencia | OPL-1 |
| Odoo Dependencies / Dependencias Odoo | base |
| Availability / Disponibilidad | ✓ On Premise ✓ Odoo.sh ✗ Online |
| Version / Versión | 19.0 |
FAQ / Preguntas frecuentes
| Does it modify security rules? ¿Modifica las reglas de seguridad? |
| No. The wizard is strictly read-only — it inspects ir.model.access, ir.rule and res.users.group_ids and shows you the verdict. Nothing is created, modified or deleted. No. El asistente es estrictamente de solo lectura — inspecciona ir.model.access, ir.rule y res.users.group_ids y te muestra el veredicto. No se crea, modifica ni borra nada. |
| Does it work with custom or OCA modules? ¿Funciona con módulos custom u OCA? |
| Yes. The model selector queries ir.model directly, so any installed model — standard, OCA, custom — can be analyzed. Sí. El selector de modelo consulta ir.model directamente, por lo que cualquier modelo instalado — estándar, OCA, custom — puede analizarse. |
| What does ALLOWED / DENIED / CONDITIONAL mean? ¿Qué significan ALLOWED / DENIED / CONDITIONAL? |
| ALLOWED (green) = ACL grants access AND no record rules restrict rows. DENIED (red) = no ACL grants the operation to any of the user's groups. CONDITIONAL (orange) = ACL grants access, but at least one record rule may restrict which rows the user can see/edit. ALLOWED (verde) = la ACL concede acceso Y no hay record rules que restrinjan filas. DENIED (rojo) = ninguna ACL concede la operación a algún grupo del usuario. CONDITIONAL (naranja) = la ACL concede acceso, pero al menos una record rule puede restringir qué filas puede ver/editar. |
| Does it require admin permissions? ¿Necesita permisos de administrador? |
| Yes. To inspect ir.model.access, ir.rule and arbitrary user groups, the wizard runs queries with .sudo() — only users with the Settings (Technical Settings) right should be allowed to open it. Sí. Para inspeccionar ir.model.access, ir.rule y grupos arbitrarios de usuarios, el asistente usa .sudo() — solo usuarios con el permiso de Configuración (Technical Settings) deberían poder abrirlo. |
| Compatible with Odoo Community? ¿Compatible con Odoo Community? |
| Yes, compatible with Community and Enterprise of Odoo 19. Depends only on the base module. Sí, compatible con Community y Enterprise de Odoo 19. Depende solo del módulo base. |
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