Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3 Respostas
5181 Visualizações

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

Avatar
Cancelar
Melhor resposta

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

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


Avatar
Cancelar
Melhor resposta

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
abr. 25
2096
2
mar. 24
4904
2
jan. 25
1346
0
mar. 23
1167
2
jan. 24
14656