Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4653 Vues

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
juil. 19
4422
1
déc. 18
4044
3
avr. 15
6065
5
oct. 24
32646
2
juin 24
2574