Skip to content
Snippets Groups Projects
Commit aaea6fd0 authored by Géry Debongnie's avatar Géry Debongnie
Browse files

[FIX] web: small performance fix in calendar view

In some cases, the calendar view sends a trivial domain, such as
["partner_id", "not in", []]

This is clearly not really useful, and it could hurt performances in
some cases (for example, if the partner_id field is a related on a large
table, and non stored).

This is clearly not a complete fix, but it is easy, safe and does not
hurt.
parent a2f275df
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