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 Odoo Client Library is a Python3 library to communicate with an Odoo Server using its web services in an user-friendly way. It was created for those that doesn't want to code XML-RPC calls on the ...
JSON-RPCは、リモートプロシージャコール(RPC)の一種で、JSONを使用してクライアントとサーバー間でメッセージをやり取り ...