Compute client-side domains on x2many fields correctly

web_compute_domain_x2many
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/7.0/web_compute_domain_x2many
VERSION
VERSION 1.0
CATEGORY
CATEGORYDependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Holger Brunn, Stéphane Bidoul (ACSONE), OCA Transbot
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
When using ``attrs="..."``, evaluation of x2many fields nearly always goes
wrong in ways not to be expected when being used to server side domains in
Model.search().

This addon fixes those cases while keeping backwards compatibility for cases
where you might have checks in a somewhat hacky way, ie. ``attrs="{'invisible':
[('category_id', '=', [[6, False, []]])]}"``.
    

Code Analysis

Views touched (0)

No views found for this module.

Models touched (0)

No models found for this module.