Chrome extension for Odoo developers and consultants — inspect fields, monitor RPC calls, analyze views and access rights directly in the browser.
Features
Floating Info Panel (6 tabs)
- General — Field tooltip, addon/module info, quick copy formats (Python path, domain, XML, ORM)
- Technical — Field properties: store, compute, required, readonly, index, depends, related
- Views — Base view + inherited views with XML preview
- Access — Access rights table + record rules
- Relations — Many2one / One2many / Many2many relationship map
- RPC — Live RPC call monitor with slow/error highlighting
Info Bar
Fixed bottom bar showing current model, action ID, menu ID, view type and record ID. Click any item to copy.
- Debug mode — Toggle
?debug=1 or ?debug=assets with one click
- Quick navigation — Jump to any model or specific record by ID
- Field export — Export all fields of a model as CSV or JSON
- Technical shortcuts — One-click access to Models, Fields, Views, Actions, Menus, Access Rights, Rules, Modules
Installation
From Chrome Web Store
Search for Odoo Dev Tools or install directly from the store.
Manual (Developer Mode)
- Download or clone this repo
- Go to
chrome://extensions/
- Enable Developer mode
- Click Load unpacked → select the project folder
Usage
- Open any Odoo page in debug mode
- Hover over a field’s
? icon — the info panel appears
- Use the bottom info bar for page-level info
- Click the extension icon in the toolbar for popup tools
Privacy
This extension does not collect or transmit any data. See Privacy Policy.
License
MIT — made with ❤ by Quanimo