Skip to content
Snippets Groups Projects
Commit 4881f942 authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] web: BasicModel: correctly eval x2manys in domains

When x2many fields have to be evaluated in domains (e.g. ['id',
'in', some_x2many_field]), they must be evaluated as the list of
ids in the relation (whereas in contexts, they are evaluated as a
list of commands). Before this rev., they were always evaluated as
a list of commands.

Note that this didn't work neither before the new views.
parent 17e19815
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment