Daily updates from Odoo
Sunday, June 28, 2026
1 change · saas-19.1
Resolved issues and error corrections
This fix ensures the product template filter is combined with the existing search conditions instead of replacing them. As a result, stock quantity history screens now apply all relevant criteria correctly and show more accurate results.
Original PR description
Description of the issue/feature this PR addresses: During a previous refactoring, the additional domain was assigned instead of being combined with the existing domain, causing the original domain to be overwritten. Current behavior before PR: The existing domain is replaced, so only the product template domain is applied. Desired behavior after PR is merged: The product template domain is combined with the existing domain using an AND operation, ensuring that both domain conditions are applied. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#272393