I'd like to know what libraries are preventing OpenERP from being used with Python 3 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
4574
查看
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
|
4314 | ||
|
1
12月 18
|
3960 | ||
|
3
4月 15
|
6003 | ||
|
5
10月 24
|
32478 | ||
|
2
6月 24
|
2473 |