Skip to main content

Posts

Showing posts from February, 2026

Odoo Security Visualizer

  Odoo Security Visualizer    I just submitted a pull request to OCA/server-tools that introduces a Security & Access Rule Visualizer for Odoo. 🔍 This module helps developers and administrators understand why a user can (or cannot) access a record in an Odoo database. Instead of relying on trial-and-error or logs, it provides clear, read-only insights into: • Effective access rights per model • Applicable record rules for a given user • Conflicting or overlapping rules • Explanatio...