Closed sedrubal closed 2 years ago
There are some tools which can help and do the standard refactoring:
2to3
: does drop python2 support and port to python3 only codepython-modernize
: makes compatible code and looks quite nicewell, the new odoorpc doesn't support OpenERP 7, so we are stuck here.
well, the new odoorpc doesn't support OpenERP 7, so we are stuck here.
You're right. But I think we should upgrade to a newer version of odoo anyway. Oerp7 and oerplib are both not maintained and EOL.
superseded by #162
I think, it's very important to port this project to
python3
. To make this step a bit simpler I would suggest to make it python3 only and droppython2
support if needed. There are many reasons, e.g.:kassenbuch.py
:exclamation: :exclamation: :exclamation:I think this only takes one day of hard work and it will be done.