python-odoorpc

Pilot Odoo servers through RPC (Python 2)
  http://pythonhosted.org/OdooRPC/
  0
  no reviews



OdooRPC is a Python module providing an easy way to pilot your Odoo (formerly known as OpenERP or TinyERP) servers through RPC.

Features supported:
- access to all data model methods (even browse) with an API similar
to the server-side API,
- use named parameters with model methods,
- user context automatically sent providing support for
internationalization,
- browse records,
- execute workflows,
- manage databases,
- reports downloading,
- JSON-RPC protocol (SSL supported)
OdooRPC is a modern alternative to the older OERPLib by the same author. It supports both Python 2 and 3.

This package provides the module for Python 2.x.