Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helvethink/java-odoo-xml-rpc
Java tooling for interaction with the Odoo XML-RPC API.
https://github.com/helvethink/java-odoo-xml-rpc
api java maven maven-plugin odoo odoo-17 odoo-18
Last synced: 4 days ago
JSON representation
Java tooling for interaction with the Odoo XML-RPC API.
- Host: GitHub
- URL: https://github.com/helvethink/java-odoo-xml-rpc
- Owner: Helvethink
- License: mit
- Created: 2024-11-11T06:38:24.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:23:12.000Z (6 days ago)
- Last Synced: 2024-11-11T18:27:30.209Z (6 days ago)
- Topics: api, java, maven, maven-plugin, odoo, odoo-17, odoo-18
- Language: Java
- Homepage:
- Size: 583 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- 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.1-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.