تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
5746 أدوات العرض

Can we intergrate OpenERP with .NET application? Share a suggestion to achieve this ?

الصورة الرمزية
إهمال
أفضل إجابة

https://github.com/patricoos/PortaCapena.OdooJsonRpcClient

https://www.nuget.org/packages/PortaCapena.OdooJsonRpcClient


الصورة الرمزية
إهمال
أفضل إجابة

You can use the json-rpc that is available in open-erp.

https://doc.openerp.com/trunk/web/rpc/

Basically you send some json and receive some json, there are some rpc libraries for .net;

 

الصورة الرمزية
إهمال
أفضل إجابة

Multiple ways to do that, you can do that with json-rpc as indicated by Danimar, you can also do it with xml-rpc. You can also do it at the database level, you can develop modules that synchronize the OpenERP database with the .Net application's database (for instance MS-SQL or MySQL database with pymssql or pymysql libraries)

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
أبريل 25
3197
2
مارس 24
5798
2
يناير 25
2071
0
مارس 23
1709
2
يناير 24
16251