コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4681 ビュー

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

アバター
破棄
最善の回答

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.

アバター
破棄
関連投稿 返信 ビュー 活動
0
7月 19
4477
1
12月 18
4085
3
4月 15
6117
5
10月 24
32804
2
6月 24
2621