OdooJsonRpcClient
OdooJsonRpcClient copied to clipboard
Odoo Client Json Rpc
Issue like " Not implemented json mapping value: '$"sale_delay": 0' to Nullable`1" fixed. (Conversion from double added)
For bulk creating of data rate limiting becomes an issue because the Create method only accepts a single record. Add Create methods that take an enumerable of records.
Is it possible to log in with an API key rather than a user name and password? Users tend to change there passwords, and I'd rather use and API key...