
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 documentation and an example.