This question has been flagged
2 Replies
1752 Views

I have a .net core application built on .net6 version, 

and i need to communicate with OpenERP using xml-rpc 
Is there any package available to do this?

Thanks 


Avatar
Discard
Best Answer

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

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


Avatar
Discard
Best Answer

Hi Mahmoud, you can use this page to understand how xml-rpc work and can be used to connect third party applications to Odoo https://www.odoo.com/documentation/15.0/developer/misc/api/odoo.html

Avatar
Discard