Skip to content
Snippets Groups Projects
Commit 2e0127af authored by Ivan Yelizariev's avatar Ivan Yelizariev
Browse files

[FIX] web: allow custom filters by ID interval


Infinite number of records cannot be exported, so after some limit we will get a
timeout error. If you need to export more records than that limit, you should be
able to filter records into batches. The easiest way to do it is making a
filter by ID:

```
[Y| ID Greater than 100000] [Y| ID less than or equal to 200000]
```

---

opw-2517946

closes odoo/odoo#70599

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent 652f5ff0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment