python-oerplib

Python client library to Odoo server
  http://pythonhosted.org/OERPLib/
  0
  no reviews



OERPLib is a client library to Odoo (formerly OpenERP or TinyERP) server. It aims to provide an easy way to remotely pilot and manage an Odoo server.

It support both protocols XML-RPC and NET-RPC to communicate with Odoo, and provides convenients methods to manage data records (browse operation implemented). Other functionalities such as downloading reports, workflow queries and databases management are provided.

Note, that there is a newer library by the same author, OdooRPC, which also supports Python 3 and uses JSON-RPC.