Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
5870 Переглядів

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)

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
3
серп. 25
3509
2
бер. 24
5954
2
січ. 25
2218
0
бер. 23
1855
2
січ. 24
16708