OpenERP/ODOO-PHP-Connector
MOST POPULAR & EASY ODOO/OpenERP PHP CONNECTOR, (*1)
[Its support SSL enabled Odoo/OpenERP Instances too.], (*2)
XMLRPC Connecotor communicate with OpenERP Server 6 and 7, 8.0 version too.
One of tested and well worked PHP Connector. AGPL V3, (*3)
We had been successful delived many mobile apps, eCommerce apps and many other business apps, by using this simplest, powerful connector., (*4)
License: AGPL V3, No exception, by using this lib, you can keep private your code/modules., (*5)
Kindly contact us for integration & implementation, We are happy to serve you., (*6)
Powered By SnippetBucket.com
Tejas Tank., (*7)
Email: snippetbucket@gmail.com or tejas.tank.mca@gmail.com
website: http://www.snippetbucket.com/, (*8)
Skype Us: live.snippetbucket or
http://snippetbucket.com/aboutus/, (*9)
Company or Developers
Create own UI and Module Integrated thing with this library & you get own tradmarked front-end brand., (*10)
Example Code
$instance = new OpenERP();, (*11)
$x = $instance->login("demo", "demo", "demo", "http://demo.snippetbucket.com/xmlrpc/");, (*12)
$fields = array('id','name','model');, (*13)
$ids = range(1,2);, (*14)
$partners = $instance->read($ids, $fields, "res.partner");, (*15)
print_r($partners);, (*16)
# Below example to execute workflow.
example to use workflow,, (*17)
$x = $rpc->login(....);, (*18)
if($x){, (*19)
$rpc->workflow('sale.order', 'order_confirm', $sale_order_id);
$rpc->workflow('sale.order', 'manual_invoice', $sale_order_id);
.....
// this way can execute any workflow or workflow signals...
}
// Similar button_click method also added., (*20)
Download XMLRPC
http://goo.gl/43OVxT, (*21)
Visit : www.SnippetBucket.com, (*22)