-
Book Overview & Buying
-
Table Of Contents
Odoo Development Cookbook
By :
When using Odoo as a developer, you need to know how to activate Developer Mode in the web interface to access the advanced settings menu and developer information.
To activate Developer Mode in the web interface:
admin; this function is available to all users, but the Administrator has more tools available).

It is also possible to activate the developer mode by editing the URL: before the # sign, insert ?debug=. For instance, if you are starting from: http://localhost:8069/web#menu_id=102&action=94, then you need to change this to: http://localhost:8069/web?debug=#menu_id=102&action=94.

When in developer mode, three things happen:
Caution!
Test your addons both with and without developer mode, as the unminified versions of the JavaScript libraries can hide bugs which only bite you in the minified version.