콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
5897 화면

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
3601
2
3월 24
5993
2
1월 25
2274
0
3월 23
1906
2
1월 24
16798