Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T04:38:20.000Z (27 days ago)
- Last Synced: 2024-12-13T05:23:06.783Z (27 days 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
[![Static Badge](https://img.shields.io/badge/maven%20central-0.0.2-red)](https://central.sonatype.com/namespace/ch.helvethink.odoo4java)
The `Java Odoo XML-RPC` project provides tooling and abstraction for interactions with your Odoo XML-RPC API.\
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.\
Second, 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.