Releases: Edujugon/laradoo
Releases · Edujugon/laradoo
v1.0.7
v1.0.6
V1.0.5
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
V1.0.3
V1.0.2
V1.0.1
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.