
Odoo 14 Development Cookbook
By :

When using Odoo as a developer, you need to know how to activate developer mode in the web interface so that you can access the technical settings menu and developer information. Enabling debug mode will expose several advance configuration options and fields. These options and fields are hidden in Odoo for better usability because they are not used on a daily basis.
To activate developer mode in the web interface, perform the following steps:
admin
.Figure 1.11 – Links to activate different developer modes
Alternative way
It is also possible to activate the developer mode by editing the URL. Before the #
sign, insert ?debug=1
. For example, if your current URL is http://localhost:8069/web#menu_id=102...