Skip to content
Snippets Groups Projects
Commit 7b5efd53 authored by Andrea Grazioso (agr-odoo)'s avatar Andrea Grazioso (agr-odoo)
Browse files

[FIX] web: do not apply initial_ids on default favorite


Have more than 160 records in a model (i.e. Contacts).
Create a sale order, search for customers clicking on Search More,
do a search that will target records over the 160th.
Save the search as favorite and put as default.
Close and reopen the search widget.

No records will display even if there should be, because after the
search widget applied the domain specified by the favorite filter
it will apply also the initial ids, fetched whitin the first 160
records, thus making the resulting set void.

Avoid applying the initial ids when the favorite is specified mitigate
the issue

opw-2167573

closes odoo/odoo#43482

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent 0fa66817
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