官术网_书友最值得收藏!

The server development mode

To make life easier for developers , Odoo has the additional --dev=all  option to active a few developer-friendly features.

Changed in Odoo 10
The --dev=... option was introduced in Odoo 10. It replaces the simpler and less featured --debug option, available in versions before 10.

This enables a few handy features to speed up our development cycle. The most important are the following:

  • Reload Python code automatically once a Python file is saved, avoiding a manual server restart
  • Read view definitions directly from the XML files, avoiding manual module upgrades

The --dev=all option will bring up the Python debugger (pdb) when an exception is raised. It's useful for doing a postmortem analysis of a server error. Note that it doesn't have any effect on logger verbosity. More details on the Python debugger commands can be found at https://docs.python.org/3/library/pdb.html#debugger-commands.

The --dev option accepts a comma-separated list of options, although the all option will be suitable most of the time. By default, the Python debugger, pdb, is used. Some people might prefer to install and use alternative debuggers, for their improved features or usability. Odoo allows us to also specify a specific debugger to use. Some popular options are ipdb and pudb.  In Chapter 8, Business Logic – Supporting Business Processes, we will address how to make use of debuggers in our Odoo development.

To be able to automatically detect the changes in code files, the server developer mode requires an additional dependency to be installed, python3-watchdog. Before you can use it in an Ubuntu/Debian system, you need to install it using the following command:

$ sudo apt-get install python3-watchdog

For versions before Odoo 11 running on Python 2, install python-watchdog instead. It can also be installed using pip, with the pip install watchdog command .

 

主站蜘蛛池模板: 大余县| 阜南县| 辽宁省| 公安县| 霍林郭勒市| 当涂县| 台北市| 桐庐县| 钦州市| 宜黄县| 上栗县| 灌阳县| 格尔木市| 柳州市| 万源市| 云浮市| 滨海县| 永泰县| 和林格尔县| 清流县| 余姚市| 温泉县| 会泽县| 日照市| 新民市| 崇仁县| 海原县| 福州市| 邹城市| 额济纳旗| 剑阁县| 化州市| 山阴县| 名山县| 乐都县| 老河口市| 丰原市| 正镶白旗| 鲁甸县| 深泽县| 怀宁县|