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

updated xfconf and xfconf-dev (4.12.0 -> 4.14.1)
author Hans-G?nter Theisgen
date Fri Aug 30 13:51:38 2024 +0100 (9 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 Aug 30 13:51:38 2024 +0100
     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),