OdooJsonRpcClient icon indicating copy to clipboard operation
OdooJsonRpcClient copied to clipboard

Odoo Client Json Rpc

Results 34 OdooJsonRpcClient issues
Sort by recently updated
recently updated
newest added

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...