Skip to content

Releases: Ang3/php-odoo-api-client

Fix release

05 May 18:01

Choose a tag to compare

  • Added Ang3\Component\Odoo\Expression\CustomDomain
  • Updated Ang3\Component\Odoo\Expression\CompositeDomain

Fix release

05 May 16:28

Choose a tag to compare

  • Added some tests
  • Fixed issue on logical operations
  • Deleted operation objects.
  • Deleted interface Ang3\Component\Odoo\Expression\ExpressionInterface

Dependency fix

04 May 14:57

Choose a tag to compare

  • Fix symfony component versions

XML-RPC client & expression builder

04 May 14:31

Choose a tag to compare

  • Replaced package darkaonline/ripcord to phpxmlrpc/phpxmlrpc.
  • Created XML-RPC client.
  • Deleted static method Client::createFromConfig(array $config)..
  • Renamed ORM method searchAndRead(...) to findBy(...).
  • Added ORM methods find(...) to findOneBy(...).
  • Added expression builder.

Major fix update

01 Feb 17:13

Choose a tag to compare

  • Updated namespace Ang3\Component\Odoo\Client to Ang3\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

11 Aug 12:22

Choose a tag to compare

  • Updated namespace Ang3\Component\OdooApiClient to Ang3\Component\Odoo\Client

Update

10 Aug 10:50

Choose a tag to compare

  • Fix exceptions docblocks
  • Deprecated factory method "createApiExternalApiClient"
  • Add OdooException wrapper and ClientConfigException.

Structure update

04 Aug 13:14

Choose a tag to compare

  • Moved client class to src folder
  • Renamed client constants
  • Removed method checking on calls

Fix delete method

06 Jul 14:42

Choose a tag to compare

  • Fix the delete method to "unlink".

Fix update

06 Jul 13:09

Choose a tag to compare

  • Add OdooBot support with username "system"
  • Fix/update calling methods