dev-master
9999999-devStandalone service that integrate Odoo with ERPMesh
MIT
The Requires
by Pitipong Guntawong
Standalone service that integrate Odoo with ERPMesh
Standalone service that integrate Odoo with ERPMesh, (*2)
Install the latest version with, (*3)
$ composer require erpmesh/odoo-connect
<?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();
Please see the documents here erpMesh, (*4)
Bugs and feature request are tracked on GitHub, (*5)
Pitipong Guntawong - pppstudio.gm@gmail.com - https://fb.com/pppstudio
, (*6)
The ErpMesh odoo-connect is open-sourced software licensed under the MIT license, (*7)
Standalone service that integrate Odoo with ERPMesh
MIT