Skip to Content
Menu
This question has been flagged
1 Reply
6369 Views

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

Avatar
Discard
Best Answer

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/

Avatar
Discard
Related Posts Replies Views Activity
2
Dec 23
11087
3
Jul 22
20958
2
Jun 21
16962
0
Sep 20
2624
0
May 16
2899