コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7411 ビュー

Is there any tool that a developer could use to check py and xml code for syntax errors, unexpected indents, unmatching external ids, tags not closed, and the like?

I mean, something that dig more into Odoo logic (i.e. identifying unmatched ids) other than dealing with syntax, without having to handle 500 errors when installing modules

アバター
破棄
最善の回答

Hello Raffaele,


To check python you can use:

Pylint,

https://github.com/PyCQA/pylint

Pep8,

https://www.python.org/dev/peps/pep-0008/

Flake,

https://flake8.readthedocs.io/en/latest/

アバター
破棄
関連投稿 返信 ビュー 活動
2
12月 23
12818
3
7月 22
23196
2
6月 21
18612
0
9月 20
3750
0
5月 16
4175