https://github.com/helvethink/java-odoo-rpc
Java tooling for interaction with the Odoo XML-RPC API.
https://github.com/helvethink/java-odoo-rpc
java maven maven-plugin odoo odoo17 odoo18 xmlrpc
Last synced: 11 months ago
JSON representation
Java tooling for interaction with the Odoo XML-RPC API.
- Host: GitHub
- URL: https://github.com/helvethink/java-odoo-rpc
- Owner: Helvethink
- License: mit
- Created: 2024-11-12T08:06:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T04:38:20.000Z (over 1 year ago)
- Last Synced: 2024-12-13T05:23:06.783Z (over 1 year ago)
- Topics: java, maven, maven-plugin, odoo, odoo17, odoo18, xmlrpc
- Language: Java
- Homepage:
- Size: 774 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# java-odoo-xml-rpc
[](https://central.sonatype.com/artifact/ch.helvethink.odoo4java/java-odoo-rpc-parent/1.0.0)
Coverage: 


OpenSSF:

[](https://www.bestpractices.dev/projects/10106)
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](java-odoo-xml-rpc-core/README.MD) 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](java-odoo-json-rpc-client/README.MD) 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](java-odoo-xml-rpc-plugin/README.MD) 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.