Releases: FLUX-SE/odoo-api-client
Releases · FLUX-SE/odoo-api-client
v1.1.1
v1.1.0
v1.0.5
v1.0.4
- Improve support with Symfony 6.4.
- Introduce
CompositeModelFixer
to hold all kinds of model fixer. - Simplify and enhance
ModelFieldsProvider
. - Add
findByIds
. - Enhance
find
andfindOnBy
.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
- Support Symfony 6.4
- Support Odoo v17
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.0.1
First release after several months of enhancements.
Features :
- Use
php-http/httplug
to handle HTTP request to the Odoo XMLRPC API- Handling Odoo error as exception
- Use
symfony/serializer
to handle HTTP request and response serialization and deserialization- XMLRPC format handling
- Odoo request/response can be represented as PHP object
- Use
prometee/php-class-generator
to generate dedicated PHP model classes using model info available into your Odoo instance.