Skip to content

Releases: FLUX-SE/odoo-api-client

v1.1.1

08 Jun 16:29
5b05f88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Jun 13:24
b9cf778
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @rey26 made their first contribution in #5

Full Changelog: v1.0.5...v1.1.0

v1.0.5

24 May 10:30
4cb2ccb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

20 May 11:43
79ae794
Compare
Choose a tag to compare
  • Improve support with Symfony 6.4.
  • Introduce CompositeModelFixer to hold all kinds of model fixer.
  • Simplify and enhance ModelFieldsProvider.
  • Add findByIds.
  • Enhance find and findOnBy.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

20 Jan 15:42
e27372c
Compare
Choose a tag to compare
  • [Feature] Allow to filter the generated model (include/exclude) by @Prometee

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Dec 23:51
619b09c
Compare
Choose a tag to compare
  • Support Symfony 6.4
  • Support Odoo v17

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Aug 08:51
49ef205
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Aug 22:22
9d6043b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v1.0.0

v0.0.1

12 Feb 11:15
Compare
Choose a tag to compare

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.