2017 © Pedro Peláez
 

library openerp-php-connector

PHP Connector to Openerp

image

inluxc/openerp-php-connector

PHP Connector to Openerp

  • Friday, February 10, 2017
  • by inluxc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 33 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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)

Contact us for support

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)

The Versions

10/02 2017

dev-master

9999999-dev

PHP Connector to Openerp

  Sources   Download

AGPL v3

The Requires

 

by Juho Jaakkola
by Fulvio Carvalhido

10/02 2017

0.1.0

0.1.0.0

PHP Connector to Openerp

  Sources   Download

AGPL v3

The Requires

 

by Juho Jaakkola
by Fulvio Carvalhido

10/02 2017

dev-composer

dev-composer

  Sources   Download

The Requires