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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: python-odoorpc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Philipp Huebner <debalance@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
python3-sphinx,
python3-all,
python3-setuptools,
dh-python
Homepage: https://pythonhosted.org/OdooRPC/
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-odoorpc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-odoorpc
Testsuite: autopkgtest-pkg-python
Package: python3-odoorpc
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Provides: ${python3:Provides}
Description: pilot Odoo servers through RPC (Python 3)
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 3.x.
Package: python-odoorpc-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Multi-Arch: foreign
Description: pilot Odoo servers through RPC (documentation)
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.
|