Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.