Home / V1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2013-07-07 1.1 kB
openerp-java-api-1.3.0.jar 2013-07-07 41.0 kB
openerp-java-api-1.3.0-javadocs.zip 2013-07-07 166.8 kB
Totals: 3 Items   208.9 kB 0
Welcome to the OpenERP Java API Project.

If you have any issues or would like to get involved, please use the project on GitHub (https://github.com/DeBortoliWines/openerp-java-api).

Changes - V1.3.0:
New Features:
1.  Refactored to use the new 'load' function in OpenERP V7 instead if the deprecated 'import_data' function.  The import function now sets the ids of all imported rows when making a call to OpenERP V7.  No changes were made to the OpenERP V6 implementation that still uses the 'import_data' function.
2.  Implemented a workaround for the OpenERP7 bug "Unknown database identifier '0'" when importing data.  This bug affects both the old import_data function and the new load function.  See https://bugs.launchpad.net/openobject-server/+bug/1186977.  Please report that you are affected by this bug on Launchpad to increase the heat score of the issue.  The workaround splits the load call into two calls.  One call for new rows and one call for existing rows.  Results are merged and returned as usual.
3.  Added a new function to determine the OpenERP server version.

-- Pieter
Source: readme.txt, updated 2013-07-07