تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4336 أدوات العرض

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
يوليو 19
3916
1
ديسمبر 18
3648
3
أبريل 15
5643
5
أكتوبر 24
31496
2
يونيو 24
2109