Skip to content

erpmesh/odoo-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odoo-connect

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Standalone service that integrate Odoo with ERPMesh

Installation

Install the latest version with

$ composer require erpmesh/odoo-connect

Basic Usage

<?php

use erpmesh\odoo\OdooHandler;

$_ENV['ODOO_URL'] = 'http://demo.odoo.com';
$_ENV['ODOO_DB_NAME'] = 'demo';
$_ENV['ODOO_DB_USER'] = 'admin';
$_ENV['ODOO_DB_PASSWORD'] = 'admin';


// call the handler to process data
$handler = new OdooHandler();
$handler->handleRequest();

Documentation

Please see the documents here erpMesh

About

Requirements

  • erpMesh odoo-connect works with PHP 5.5 or above, and is also tested to work with HHVM.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Author

Pitipong Guntawong - pppstudio.gm@gmail.com - https://fb.com/pppstudio

License

The ErpMesh odoo-connect is open-sourced software licensed under the MIT license

About

Standalone service that integrate Odoo with ERPMesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages