Registered by Sébastien Alix

========================================================
== OERPLIB IS NOW ON GITHUB : https://github.com/osiell/oerplib ==
========================================================

Python RPC library which aims to provide an easy way to remotely pilot and manage an OpenERP server.

Features supported:

        - XML-RPC and (legacy) Net-RPC protocols,
        - access to all methods proposed by an OpenERP model class
          (even 'browse') with an API similar to the server-side API,
        - ability to use named parameters with such methods (OpenERP >= 6.1),
        - user context automatically sent (OpenERP >= 6.1) providing support
          for internationalization,
        - browse records,
        - execute workflows,
        - manage databases,
        - reports downloading,
        - inspection capabilities (graphical output of relations between models and
          dependencies between modules, list ``on_change`` methods from model
          views, ...).

To install it from PyPI:

        $ sudo pip install oerplib

Source tarballs are available on the download page: https://launchpad.net/oerplib/+download

Project information

Maintainer:
OERPLib-Team
Driver:
Sébastien Alix
Licence:
GNU LGPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

Get Involved

Downloads

Latest version is 0.8.2
released

All downloads

Announcements

  • OERPLib 0.8.2 released! on 2014-06-01
    OERPLib is a Python module providing an easy way to pilot your OpenERP and Od...
  • OERPLib 0.8.1 released! on 2014-03-04
    OERPLib is a full Python client library to OpenERP server. It aims to provide...
  • OERPLib 0.8.0 released! on 2013-11-05
    OERPLib is a full Python client library to OpenERP server. It aims to provide...
  • OERPLib 0.7.3 released! on 2013-11-05
    OERPLib is a client library to OpenERP server. It aims to provide an easy way...
  • OERPLib 0.7.2 released! on 2013-04-14
    OERPLib is a client library to OpenERP server. It aims to provide an easy way...