Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
7445 Prikazi

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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
dec. 23
12869
3
jul. 22
23252
2
jun. 21
18626
0
sep. 20
3759
0
maj 16
4180