Odoo Field X-Ray
Overview
Inspect Odoo fields in debug mode: see dependencies, reverse depends, related views, and copy ready-to-use code snippets.
Odoo Field X-Ray turns a keyboard shortcut into a complete field inspector for Odoo developers, consultants, and power users. Hover any field on an Odoo form view, press your shortcut, and instantly see everything the standard debug tooltip hides from you. WHAT IT SHOWS For any field on any Odoo model, the inspector displays: - Metadata — string, help, domain, ondelete, SQL column, default value, type, and full status (required, readonly, stored, indexed, translatable, tracked) - Triggered onchanges — the fields that get updated when this one changes - Reverse depends — every other computed field across the model whose @depends references this one (the killer feature you cannot find anywhere else in the Odoo UI) - Appearances — how many views, server actions, automated rules, and reports reference this field - Inheritance chain — the origin module plus every module that extended the field, with Studio customizations highlighted ONE-CLICK COPY SNIPPETS Each field comes with five pre-formatted code snippets, ready to paste into your scripts or modules: - XML-RPC read call (models.execute_kw) - ORM browse expression (self.env[...].browse(id).field) - Domain template — [('field', '=', value)] - XML view tag — <field name="..."/> - Reconstructed fields.X(...) Python definition The copy button animates with a check mark when clicked, so you always know the snippet is in your clipboard. HOW TO USE 1. Open any Odoo form view (sale order, contact, invoice, etc.) 2. Enable Odoo debug mode (the extension popup includes a one-click toggle) 3. Hover any field — a subtle blue halo appears, signaling the field is inspectable 4. Press Alt+Shift+X — the inspector opens, positioned next to the field The keyboard shortcut is fully customizable at chrome://extensions/shortcuts. Mouse users can also Alt + right-click any field as an alternative. CROSS-DEVICE SYNC When Chrome Sync is enabled with your Google account, your keyboard shortcut, display language, and hidden inspector sections automatically sync across all your devices. Configure it once on your work PC, and your laptop is already set up. SUPPORTED ODOO VERSIONS Odoo 17, 18, and 19 — Community, Enterprise, and Odoo.sh. Self-hosted instances on any domain work out of the box. AVAILABLE LANGUAGES English, French, German, Luxembourgish. The interface language can be set independently from your browser locale. PRIVACY This extension does not collect, transmit, or analyze any user data. All preferences are stored locally via chrome.storage.sync, which Chrome itself synchronizes through your Google account. No third-party servers are contacted, no analytics, no tracking. The extension only activates on pages where an Odoo backend is detected. ABOUT Not affiliated with Odoo S.A.
0 out of 5No ratings
Details
- Version1.0.5
- UpdatedMay 20, 2026
- Offered byInsimaNetWorks
- Size54.39KiB
- Languages3 languages
- Developer
Email
0jeremysassi0@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes