Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

bastianccm/PhpOpenerp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PhpOpenerp

Overview

PhpOpenerp is a basic library to access Openerp with PHP.

Usage:

$openerp->method('object', $arg1, $arg2);

in php is basically the same as

self.pool.get('object').method(arg1, arg2)

in openerp

Notes

Licensed under the CC-BY 3.0, so feel free to use it anywhere.

I like feedback and comments, so feel free to write some, as well as bug reports and issues ;-)

About

php based openerp wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages