OdooJsonRpcClient
OdooJsonRpcClient copied to clipboard
Retrieve archived entries
Hi,
is it possible to retrieve archived entries ie. users with the RPC client?
Thanks Freddy
Hello @Freddyvdh,
On the UI, you can get archived entries by adding a active = false filter.
Did you try to do the same using the API ?
Hello @Freddyvdh, i have same problem you find the solution?
Hola@FreddyvdhEn la interfaz de usuario, puedes obtener entradas archivadas agregando un
active = falsefiltro. ¿Intentaste hacer lo mismo usando la API?
yes but dont work var products = await repository.Query().Where(x => x.Active, OdooOperator.EqualsTo, false).ToListAsync();