Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable developer mode with --dev=all?

Tags:

odoo

odoo-11

I tried to start Odoo 11 directly in developer mode by using the arg --dev=all without having to pass by Settings then Activate the developer mode but it doesn't works. I've also a Warning about the Watchdog module which is missing but I can't find it in the module list. Does --dev=all is used for something else?

like image 439
snoob dogg Avatar asked Jun 04 '26 12:06

snoob dogg


2 Answers

The command-line parameter/option --dev=all is used for development to load records/data (Odoo is very data-driven) like views, templates or reports directly from code instead from database. That has one big advantage: you don't have to update apps to checkout changes in that part of code (mostly .xml files). A disadvantage: translations are not working as expected.

like image 106
CZoellner Avatar answered Jun 08 '26 00:06

CZoellner


You can do like this if you notice what happen when you activate developer mode it's just adding this word to the url. debug=. So just save a favorite link i don't remember exactly but it should be something like this.

  server_ip:8069/web?debug=
like image 37
Charif DZ Avatar answered Jun 08 '26 00:06

Charif DZ



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!