コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
5869 ビュー

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)

アバター
破棄
関連投稿 返信 ビュー 活動
3
8月 25
3509
2
3月 24
5954
2
1月 25
2218
0
3月 23
1852
2
1月 24
16706