- Odoo 11 Development Essentials(Third Edition)
- Daniel Reis
- 167字
- 2021-08-27 19:32:42
The server development mode
In Odoo 10, a new option was introduced, providing developer-friendly features. To use them, start the server instance with the additional option --dev=all.
This enables a few handy features to speed up our development cycle. The most important are:
- 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 option accepts a comma-separated list of options, although 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. The other debuggers supported are ipdb and pudb.
The server developer mode requires an additional dependency to be installed, python3-watchdog. Before you can use it in an Ubuntu/Debian system, install:
$ sudo apt-get install python3-watchdog
For versions before Odoo 11 running on Python 2, install python-watchdog instead.
推薦閱讀
- Excel 2010中文版完全自學手冊
- Excel高效辦公:會計與財務(wù)管理(AI版)
- 五筆打字精品教程
- Excel 2013使用詳解
- Excel 2010使用詳解
- Oracle CX Cloud Suite
- 新編電腦選購、組裝、維護與故障處理從入門到精通
- Excel 2010高效辦公:市場與銷售管理
- 和秋葉一起學:秒懂Word(全彩版)
- 對比Excel,輕松學習Python報表自動化
- 微軟辦公軟件國際認證(MOS)Office 2010大師級通關(guān)教程(第2版)
- Excel 2013實戰(zhàn)應(yīng)用超級手冊
- Excel數(shù)據(jù)可視化:從圖表到數(shù)據(jù)大屏
- 文秘辦公自動化培訓教程
- Mapping and Visualization with SuperCollider