December 2018
Beginner to intermediate
404 pages
10h 14m
English
The Odoo server provides the --dev option to enable some developer features to speed up our development cycle, such as the following:
The --dev option accepts a comma-separated list of options, and the all option will be suitable most of the time. We can also specify the debugger we prefer to use. By default, the Python debugger, pdb, is used. Some people might prefer to install and use alternative debuggers. It is good to note that ipdb and pudb are also supported ...
Read now
Unlock full access