Skip to content

Releases: consilience/laravel-odoo-api-client

Various changes

22 Apr 17:44
Compare
Choose a tag to compare
  • Added load() and loadOne() support.
  • Refactored final conversion to native data types; shared handling of exceptions here.
  • Removed searchReadArray() and updated searchRead() to return the native data types.
  • Fixed search criteria updating any collections passed in; any object iterables are now cloned before updating the values with the XML-RPC value objects.

Fix typehint typo

27 Mar 12:08
Compare
Choose a tag to compare
0.10.1

Typo fix iterator to iterable

Support model mapping

17 Feb 01:31
Compare
Choose a tag to compare
  • Removal of *Array() methods e.g. readArray()
  • read and searchRead now return a collection of models.
  • models are mapped to classes, with the mapping configured in the config file.
  • Addition of unlink()

Support write() and update()

13 Feb 19:23
Compare
Choose a tag to compare

Progressing and learning - may make some breaking changes on the next major version - make all base methods return native PHP scalars and arrays rather than Response objects. The getLastResponse() object can be read from the client at any time if it is really needed.

First release, about 80% done

08 Feb 02:19
Compare
Choose a tag to compare