OERPLib 0.6.0 released!

Written for OERPLib by Sébastien Alix on 2012-09-09

OERPLib is a client library to OpenERP server. It aims to provide an easy way to remotely pilot an OpenERP server.

Features supported:
        - XML-RPC and Net-RPC protocols
        - access to all methods proposed by an OSV class (even 'browse') with an API similar to that can be found in OpenERP server,
        - browse records,
        - execute workflows,
        - manage databases,
        - reports downloading.

Changes in the 0.6.0 release:
        - Dynamic access to the '/common' RPC service ('OERP.common' attribute),
        - Dynamic access to the '/wizard' RPC service ('OERP.wizard' attribute),
        - Able to set a value to one2many and many2many fields for 'browse_record',
        - Support for the OpenERP 'fields.reference' added,
        - Support for XML-RPC over SSL added,
        - Timeout configuration for RPC requests,
        - Documentation updated.

Read more

Read all announcements