The Java Odoo RPC
project provides tooling and abstraction for interactions with your Odoo RPC API (JSON and XML).
First, it provides the java-odoo-xml-rpc-core library which provides you some tooling for the serialization of
objects returned by Odoo using the XML-RPC external API.
Second, it provides you the java-odoo-json-rpc-plugin library which provides you some tooling for the serialization of
objects returned by Odoo using the JSON-RPC external API, but also provides you some abstraction for create, update and delete operations.
Finally, it provides you the java-odoo-xml-rpc-plugin which will help you for the generation of Java classes corresponding to Odoo Models.
Contributions are welcome!If you encounter any issues or have suggestions, please open an issue or submit a pull request.
This plugin is licensed under the MIT License.