Releases: consilience/laravel-odoo-api-client
Releases · consilience/laravel-odoo-api-client
Various changes
- Added
load()
andloadOne()
support. - Refactored final conversion to native data types; shared handling of exceptions here.
- Removed
searchReadArray()
and updatedsearchRead()
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
0.10.1 Typo fix iterator to iterable
Support model mapping
- Removal of
*Array()
methods e.g.readArray()
read
andsearchRead
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()
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
0.8.0 Docs.