tgpfeiffer / restful-openerp

36 stars 13 forks source link

How I use this module #19

Closed Asmaa-Aly closed 7 years ago

Asmaa-Aly commented 7 years ago

Just question i want to know how i can use it to help me integration with .net application

tgpfeiffer commented 7 years ago

This is not a module, it is a proxy server. It runs between your application and your OpenERP instance:

Your App --[HTTP/REST]--> restful-openerp --[HTTP/XML-RPC]--> OpenERP

The readme describes how to set this software up and how to configure it.

Asmaa-Aly commented 7 years ago

ok, thank you :)