2017 © Pedro Peláez
 

project odoo-connect

Standalone service that integrate Odoo with ERPMesh

image

erpmesh/odoo-connect

Standalone service that integrate Odoo with ERPMesh

  • Sunday, September 13, 2015
  • by pin-cnx
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

odoo-connect

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

Standalone service that integrate Odoo with ERPMesh, (*2)

Installation

Install the latest version with, (*3)

$ 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, (*4)

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, (*5)

Author

Pitipong Guntawong - pppstudio.gm@gmail.com - https://fb.com/pppstudio
, (*6)

License

The ErpMesh odoo-connect is open-sourced software licensed under the MIT license, (*7)

The Versions

13/09 2015

dev-master

9999999-dev

Standalone service that integrate Odoo with ERPMesh

  Sources   Download

MIT

The Requires

 

by Pitipong Guntawong