Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4680 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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.

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
lug 19
4446
1
dic 18
4076
3
apr 15
6112
5
ott 24
32780
2
giu 24
2611