mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
Fix getAll() filters
This commit is contained in:
parent
8364f7bc4e
commit
3f94947fc5
|
@ -280,7 +280,7 @@ export async function odooGetAll(
|
||||||
password,
|
password,
|
||||||
mapOdooResources[resource] || resource,
|
mapOdooResources[resource] || resource,
|
||||||
mapOperationToJSONRPC[operation],
|
mapOperationToJSONRPC[operation],
|
||||||
(filters && processFilters(filters)) || [],
|
[(filters && processFilters(filters)) || []],
|
||||||
{
|
{
|
||||||
fields: fieldsToReturn || [],
|
fields: fieldsToReturn || [],
|
||||||
offset: 0,
|
offset: 0,
|
||||||
|
|
Loading…
Reference in a new issue