Saturday, July 12, 2025
1 change · master
Features or functions removed from Odoo
This change removes an older internal method and consolidates its behavior into the standard search process. It should make the system easier to maintain while preserving existing behavior across affected business apps.
Original PR description
Description of the issue/feature this PR addresses: We integrate both `_where_calc` into `_search` as a boolean flag. `def _search(..., *, active_test=True, bypass_access=False)` When `bypass_access=True`, the result is the same as calling previously `_where_calc`. The `active_test` parameter can be used as an override on the current model only. odoo/enterprise#89800 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr