Skip to content

Interface to connect to an OpenERP database and do CRUD operations on it

Notifications You must be signed in to change notification settings

Aquasys/OerpInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple interface to connect to an OpenERP database using XMLRPC (might be replaced with JSONRPC in the next version).

XML-RPC requests have been simplified to look more like django queries (very basic though, no OR, __startswith etc), 
extending it should be quite easy.

To use it :
 - Create an instance of OerpClient with the required informations
 - QueryManager is used to do the CRUD operations provided by OpenERP
 - OerpModel is the container for the openerp data and CUD operations needs to provide one to the query manager

About

Interface to connect to an OpenERP database and do CRUD operations on it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages