Download the PHP package jacobsteringa/odoo-client without Composer
On this page you can find all versions of the php package jacobsteringa/odoo-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jacobsteringa/odoo-client
More information about jacobsteringa/odoo-client
Files in jacobsteringa/odoo-client
Package odoo-client
Short Description A PHP Client for Odoo
License MIT
Homepage https://github.com/jacobsteringa/OdooClient
Informations about the package odoo-client
OdooClient
OdooClient is an Odoo client for PHP. It is inspired on OpenERP API from simbigo and uses a more or less similar API. Instead of an own XML-RPC client it depends on the XML-RPC and XML libraries from ZF.
Supported versions
This library should work with Odoo 8 and 9. If you find any any incompatibilities, please create an issue or submit a pull request.
Known issues
- The
Odoo::getReport()
method in v0.2.2 and lower does not work with Odoo 9.
Usage
Instantiate a new client.
For the client to work you have to include the /xmlrpc/2
part of the url.
When you need to tweak the HTTP client used by the XML-RPC client, you can inject a custom HTTP client via the constructor or the Odoo::setHttpClient
method.
xmlrpc/2/common endpoint
Getting version information.
Getting timezone information.
There is no login/authenticate method. The client does authentication for you, that is why the credentials are passed as constructor arguments.
xmlrpc/2/object endpoint
Search for records.
Reading records.
Creating records.
Updating records.
Deleting records.
Get report in base64 format.
License
MIT License. Copyright (c) 2014 Jacob Steringa.
All versions of odoo-client with dependencies
zendframework/zendxml Version 1.0.*
zendframework/zend-http Version ~2.3