A library that allows for easy integration from any .NET (C# or VB.NET) application into Odoo over XML-RPC.
Stars
19
Forks
15
Watchers
19
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Added extra parameter on the Odoo adapter to allow bypassing SSL verification.
7c4e8fdView on GitHubFixed bug in OdooXmlRpcAdapter constructor which was not assigning the userAgent parameter to the class' property.
9a63fecView on GitHubFixed Search method to not expect an array of integers but of objects and then check what result is retrived of the object array is empty it will return an empty integer array.
9ee4280View on GitHubChanged the CheckAccessRights method to be compatible with Odoo 12 too - to pass in the read access as a string instead of wrapping it in a jagged array. It now works for both Odoo 11 and Odoo 12.
b641c6bView on GitHubAdded source code for first version of the Odoo XML RPC Adapter.
7ee1a99View on GitHub