Daily updates from Odoo
Wednesday, August 19, 2026
1 change
Features or functions removed from Odoo
Current behavior before PR: - In [49f01db](https://github.com/odoo-dev/odoo/commit/49f01dbbe7a607b83865cab308e0dc8193ee9f0b), `getDefaultValueFromGlobalFilter` was introduced just for `GlobalFilterInput`. Desired behavior after PR is merged: - `GlobalFilterInput` no longer relies on this function, so remove the unused getter. Task: [6388147](https://www.odoo.com/odoo/project/2328/tasks/6388147) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submi
Original PR description
Current behavior before PR: - In [49f01db](https://github.com/odoo-dev/odoo/commit/49f01dbbe7a607b83865cab308e0dc8193ee9f0b), `getDefaultValueFromGlobalFilter` was introduced just for `GlobalFilterInput`. Desired behavior after PR is merged: - `GlobalFilterInput` no longer relies on this function, so remove the unused getter. Task: [6388147](https://www.odoo.com/odoo/project/2328/tasks/6388147) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#277761