Intechnity-com / OdooJsonRpcClient

Odoo Client Json Rpc
MIT License
70 stars 31 forks source link

Update OdooClient.cs #40

Closed Freddyvdh closed 2 years ago

Freddyvdh commented 2 years ago

Exteded OdooClient with ValidateServerCertificate and BasicAuthenticationUsernamePassword.

Freddyvdh commented 2 years ago

Here the pull request. Please make changes to make it most suitable for your project / code style.

Usage is: OdooClient.ValidateServerCertificate = false; OdooClient.BasicAuthenticationUsernamePassword = "username:password";