Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4693 Vizualizări

I'd like to know what libraries are preventing OpenERP from being used with Python 3 ?

Imagine profil
Abandonează
Cel mai bun răspuns

It's not just of question of libraries. By itself most of the codebase in odoo/openerp isn't compatible with Python3. And by that I mean that openerp was written using syntaxes that aren't compatible with python3.

One easy example is the usage of the boolean operator '<>' instead of '!='. On other example is the syntax used for exceptions.

So the real big problem isn't exactly in third party libraries but the openerp library itself and the addons.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iul. 19
4486
1
dec. 18
4094
3
apr. 15
6133
5
oct. 24
32841
2
iun. 24
2642