osiell / oerplib

OERPLib is a Python RPC library which aims to provide an easy way to remotely pilot and manage an OpenERP server.
GNU Lesser General Public License v3.0
21 stars 20 forks source link

fix(python3): starting adapt to python 3 #22

Closed martintamare closed 7 years ago

martintamare commented 7 years ago

We use our lib a lot but are moving towards python3. So far, this version is working for us in both python2 and python3.

Let me know how you feel on a merge :)

Cheers,

sebalix commented 7 years ago

Hi,

I'm not against a merge if the code is also compatible with Python 2 ;) Which version of Odoo do you use? If it's the 8.0 or newer, I'll recommend you OdooRPC which supports Python 2.7 and all Python 3 releases (Doc, PyPI).

Regards,

martintamare commented 7 years ago

I'm using Odoo8.0 Thanks for the tip, I'll look into OdooRPC then :)