I've installed Odoo version 10 module but I didn't see the activate developer mode under About section.
Asked
Active
Viewed 3,334 times
2 Answers
8
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.
In Odoo 13:

Bhavesh Odedra
- 10,990
- 12
- 33
- 58
5
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.

Bhavesh Odedra
- 10,990
- 12
- 33
- 58

Döme
- 835
- 11
- 23
-
Yes. That's correct. But when we update directly via URL, we should put more focus what we have write. To avoid End User complexity, it's better to use menu. – Bhavesh Odedra Jan 31 '17 at 07:50
-
It is true, but in my opinion this is comfortable to some of developer. Thats why I wrote it to here. – Döme Jan 31 '17 at 07:53