Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4570 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lip 19
4309
1
gru 18
3958
3
kwi 15
6000
5
paź 24
32466
2
cze 24
2471