Skip to content

Releases: Edujugon/laradoo

v1.0.7

19 May 08:56
Compare
Choose a tag to compare

Enhancement

Added OdooException in get, update and delete methods.

v1.0.6

18 May 15:19
Compare
Choose a tag to compare

New

The package checks if user has ran connect method. if not and it was required it will do it automatically.

V1.0.5

18 May 13:54
Compare
Choose a tag to compare

Change

None method does a pre-validation of access rights before performing the execution.
Since it will return the error message more accurate.

fieldsOf method doesn't accept a second argument anymore. It will return all list directly.
It makes the package more reliable for all different Odoo API versions.

V1.0.4

18 May 09:09
Compare
Choose a tag to compare
[Fix] Facade points to Odoo Class name.

V1.0.3

18 May 08:53
Compare
Choose a tag to compare
[Feature] Added check when setting host and suffix API url.

V1.0.2

17 May 15:49
Compare
Choose a tag to compare

V1.0.2

Fixes

fieldsOf method now works with the second arguments.
You can retrieve either all or only those attributes you are interested in.

V1.0.1

17 May 14:54
Compare
Choose a tag to compare

New

Update method

Now you can update fields of a model using update method.

Features

  • version method accepts a new parameters which is a key to be taken from the collection which was going to be returned.

  • Added prevention check in update and delete methods. It's mandatory to use where before those methods.

V1.0.0

17 May 07:34
Compare
Choose a tag to compare
Changed illuminate/support to v5.1