OdooJsonRpcClient
OdooJsonRpcClient copied to clipboard
API Create does not support multiple records
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.