Giter Club home page Giter Club logo

openerp-php-connector's Introduction

OpenERP/ODOO-PHP-Connector

MOST POPULAR & EASY ODOO/OpenERP PHP CONNECTOR

[Its support SSL enabled Odoo/OpenERP Instances too.]

XMLRPC Connecotor communicate with OpenERP Server 6 and 7, 8.0 version too. One of tested and well worked PHP Connector. AGPL V3

We had been successful delived many mobile apps, eCommerce apps and many other business apps, by using this simplest, powerful connector.

License: AGPL V3, No exception, by using this lib, you can keep private your code/modules.

Kindly contact us for integration & implementation, We are happy to serve you.

Powered By SnippetBucket.com

Tejas Tank.

Email: [email protected] or [email protected] website: http://www.snippetbucket.com/

Contact us for support

Skype Us: live.snippetbucket or http://snippetbucket.com/aboutus/

Company or Developers

Create own UI and Module Integrated thing with this library & you get own tradmarked front-end brand.

Example Code

$instance = new OpenERP();

$x = $instance->login("demo", "demo", "demo", "http://demo.snippetbucket.com/xmlrpc/");

$fields = array('id','name','model');

$ids = range(1,2);

$partners = $instance->read($ids, $fields, "res.partner");

print_r($partners);

Below example to execute workflow.

=========== example to use workflow,

$x = $rpc->login(....);

if($x){

 $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.

Download XMLRPC

http://goo.gl/43OVxT

Visit : www.SnippetBucket.com

openerp-php-connector's People

Contributors

tejastank avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.