İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
7428 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Ara 23
12824
3
Tem 22
23205
2
Haz 21
18620
0
Eyl 20
3751
0
May 16
4178