Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to activate the developer mode in Odoo?

I've installed Odoo version 10 module but I didn't see the activate developer mode under About section.

like image 369
Bhavesh Odedra Avatar asked Nov 10 '16 07:11

Bhavesh Odedra


People also ask

How do I turn on developer mode?

1 Go to "Settings", then tap "About device" or "About phone". 2 Scroll down, then tap "Build number" seven times. Depending on your device and operating system, you may need to tap "Software information", then tap "Build number" seven times. 3 Enter your pattern, PIN or password to enable the Developer options menu.

What is debug mode in Odoo?

This mode is essential to access different areas of Odoo that a standard user cannot. For example, when Debug Mode is enabled, you can hover over different areas in Odoo and see the technical data which is important for troubleshooting or development work. Watch for the bug!

What is an Odoo developer?

An Odoo developer is a particular individual that creates, builds, and customizes applications or features within the Odoo ERP software. They have a strong background in programming concepts as well as the Odoo framework.


2 Answers

Developer mode has moved from the user screen to Settings in Odoo 10+ version.

Click on link "Active the developer mode" or "Active the developer mode (with assets)"

Here is reference for Odoo 10 and will be same for Odoo 11 and 12.

Active Developer mode

In Odoo 13:

enter image description here

like image 52
Bhavesh Odedra Avatar answered Oct 02 '22 04:10

Bhavesh Odedra


Other way to activate developer mode, when you write into the url. Example:

Original:
http://odoo:8069/web
Debug:
http://odoo:8069/web?debug
Debug with assets:
http://odoo:8069/web?debug=assets

This way is better to me, because I shouldn't to switch Dashboard not like your solution.

like image 44
Döme Avatar answered Oct 02 '22 04:10

Döme