DeBortoliWines / openerp-java-api

A Java API to connect to OpenERP and manage data using the XMLRPC interface.
Apache License 2.0
38 stars 70 forks source link

Odoo Java Api

This reppo is no longer maintained for new odoo versions. https://github.com/odoo-java/odoo-java-api is the appropriate project for improvements. Current issues and PR will be maintained on the new repo.

A Java API to connect to Odoo and manage data using the XMLRPC interface.

The API reduces the amount of boiler plate code needed to communicate with Odoo by doing error checking and type conversions.

The Api IS known to work for :

For more information, including a Wiki please see the project on SourceForge: https://sourceforge.net/projects/openerpjavaapi/

The project is realeased under the Apache V2 license starting from version 1.5.
Earlier versions are dual licenced and developers can choose between LGPL3 (original license) and Apache V2.