Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
5875 Vues

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

Avatar
Ignorer
Meilleure réponse

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

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


Avatar
Ignorer
Meilleure réponse

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
3
août 25
3518
2
mars 24
5962
2
janv. 25
2227
0
mars 23
1858
2
janv. 24
16718