Daily updates from Odoo
Friday, March 29, 2024
1 change · master
Resolved issues and error corrections
This update standardizes how Odoo interprets internal filtering rules and fixes a case where empty filters could be handled incorrectly. It reduces the risk of unexpected search results, access behavior, or warnings across several business apps.
Original PR description
This pr is to be reviewed commit by commit. It stems from task opw-2495504 following which a series of changes were established with the framework-py team. [IMP] all: domain leaf semantics (1, "=", 1) is replaced by a boolean [FIX] all: fix misinterpretation of empty domain in expression.OR [IMP] all: better normalization and warnings for wrong domain operator