Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
5861 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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

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


Avatar
Zrušit
Nejlepší odpověď

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;

 

Avatar
Zrušit
Nejlepší odpověď

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)

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
srp 25
3505
2
bře 24
5951
2
led 25
2215
0
bře 23
1850
2
led 24
16693