wok annotate python-erppeek/description.txt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (2022-07-23)
parents
children
rev   line source
Hans-G?nter@25172 1 The ERPpeek library communicates with any Odoo / OpenERP server (>= 5.0)
Hans-G?nter@25172 2 using the standard XML-RPC interface or the new JSON-RPC interface.
Hans-G?nter@25172 3
Hans-G?nter@25172 4 It provides both a fully featured low-level API, and an encapsulation of
Hans-G?nter@25172 5 the methods on Active Record objects.
Hans-G?nter@25172 6 Additional helpers are provided to explore the model and administrate
Hans-G?nter@25172 7 the server remotely.