Odoo's JSON-RPC API allows external applications to interact with Odoo databases remotely. It follows the JSON-RPC 2.0 specification and provides a range of services and methods for performing CRUD ...
The examples included in the rpc.discover RPC have params which are incorrectly wrapped in a ExampleParam struct. This struct should be removed, and the raw params (for Some) or an empty array (for ...