Releases: Ang3/php-odoo-api-client
Releases · Ang3/php-odoo-api-client
Fix release
- Added
Ang3\Component\Odoo\Expression\CustomDomain
- Updated
Ang3\Component\Odoo\Expression\CompositeDomain
Fix release
- Added some tests
- Fixed issue on logical operations
- Deleted operation objects.
- Deleted interface
Ang3\Component\Odoo\Expression\ExpressionInterface
Dependency fix
- Fix symfony component versions
XML-RPC client & expression builder
- Replaced package darkaonline/ripcord to phpxmlrpc/phpxmlrpc.
- Created XML-RPC client.
- Deleted static method
Client::createFromConfig(array $config)
.. - Renamed ORM method
searchAndRead(...)
tofindBy(...)
. - Added ORM methods
find(...)
tofindOneBy(...)
. - Added expression builder.
Major fix update
- Updated namespace
Ang3\Component\Odoo\Client
toAng3\Component\Odoo
- Deleted client factory
- Deleted config exception
- Added client static method "createFromArray" so as to create instance from parameters array
- Fixed InvalidArgumentException calls
- Deleted return statement in methods "update" and "delete"
- Updated composer dependencies
Namespaces update
- Updated namespace
Ang3\Component\OdooApiClient
toAng3\Component\Odoo\Client
Update
Structure update
- Moved client class to src folder
- Renamed client constants
- Removed method checking on calls
Fix delete method
- Fix the delete method to "unlink".
Fix update
- Add OdooBot support with username "system"
- Fix/update calling methods