Developer Mode is a special mode in Odoo that opens up additional capabilities for administrators, developers, and consultants. Enabling this mode allows you to:
- View technical information about models, fields, views, etc.
- Access settings that are not available in normal mode (for example, "Technical Settings").
- Edit XML structures of forms, lists, actions, and menus.
- It's easier to debug modules, record actions, and create automations.
- Check and manage debugging tools (such as logbook, model import/export, etc.).
How to enable developer mode in Odoo?
Method 1: Through the interface
- Go to the "Settings" module
2. In "General Settings", scroll down to the bottom of the page and click
- "Activate the Developer Mode"
or - "Activate the Developer Mode with Assets" - this option shows even more information, including resources, CSS, JS.
- "Activate the Developer Mode"
Method 2: Via URL
- Open any page in Odoo.
- In the browser address bar, add to the URL: ?debug=1
For example: https://your-odoo-instance.com/web?debug=1
How to disable developer mode?
Method 1: Through the interface
- Go to the "Settings" module
2. In "General Settings", scroll down to the bottom of the page and check "Deactivate the Developer Mode".
Method 2: Via URL
- Remove the ?debug=1 parameter from the URL or replace it with ?debug=0.