Skip to content
Snippets Groups Projects
Commit 62f996e4 authored by Rémi Rahir's avatar Rémi Rahir
Browse files

[FIX] web: Domain arrayToString support 'in' operator


The function `arrayToString` did not properly support domains containing
arrays of booleans, for instance `[["val", "in", [true, false]]]`. The
array containing the boolean was directly JSON stringified without being
converted to its python equivalent.

closes odoo/odoo#84425

X-original-commit: 9b63ec35
Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
Signed-off-by: default avatarRémi Rahir (rar) <rar@odoo.com>
Co-authored-by: default avatarLucas Lefèvre <lul@odoo.com>
parent 684a85c1
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