1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: python-oerplib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), dh-python, python-sphinx, python-setuptools
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-oerplib.git;a=summary
Vcs-Git: git://anonscm.debian.org/git/python-modules/packages/python-oerplib.git
Homepage: http://pythonhosted.org/OERPLib/
Package: python-oerplib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python client library to Odoo server
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.
Package: python-oerplib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python client library to Odoo server (documentation)
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.
.
This package contains the documentation.
|