Skip to content

Helvethink/java-odoo-rpc

Repository files navigation

java-odoo-xml-rpc

Static Badge

Coverage: rpc-core-cov xml-rpc-cov json-rpc-cov

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.

Contributing

Contributions are welcome!If you encounter any issues or have suggestions, please open an issue or submit a pull request.

License

This plugin is licensed under the MIT License.

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages