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

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 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	Fri Dec 02 10:26:08 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),