wok diff python-odoorpc/description.txt @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (19 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-odoorpc/description.txt	Wed Nov 30 08:50:05 2022 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +OdooRPC is a Python package providing an easy way to pilot your Odoo servers
     1.5 +through RPC.
     1.6 +
     1.7 +Features supported:
     1.8 +
     1.9 +- access to all data model methods (even browse) with an API similar to the
    1.10 +  server-side API,
    1.11 +- use named parameters with model methods,
    1.12 +- user context automatically sent providing support for internationalisation,
    1.13 +- browse records,
    1.14 +- execute workflows,
    1.15 +- manage databases,
    1.16 +- reports downloading,
    1.17 +- JSON-RPC protocol (SSL supported),