DeBortoliWines / openerp-java-api

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

Api v2 #28

Closed fpoyer closed 8 years ago

fpoyer commented 8 years ago

Moved API to use v2 of the XML-RPC webservices offered by Odoo.

Also added a bunch of unit tests to try and raise test coverage (a bit above 20% now) to prevent introducing regression in further developpements.

flotho commented 8 years ago

Great job here. Thanks @fpoyer

diggy128 commented 8 years ago

Will the new stable version work with openERP/odoo v7 if changing RPC_COMMON_URL, RPC_OBJECT_URL and RPC_DATABASE_URL to the v1 endpoints or does it completely break backwards compatibility?