Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4573 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 7 19
4314
1
thg 12 18
3960
3
thg 4 15
6002
5
thg 10 24
32475
2
thg 6 24
2472