Friday, December 6, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Stock moves are now classified more accurately when a group contains mixed availability statuses, such as some items being available while others are expected or late. This helps users see a more reliable availability status for inventory operations and plan fulfillment more confidently.
Original PR description
Currently, the availability filter for moves is too rigid. It works well for both 'Available' and 'Not Available', but it fails to consider different states when it comes to 'Expected' and 'Late' states. Let's say we have the following moves: - move 1 is 'Available' - move 2 is 'Expected' Currently, it would not consider it as 'Expected', as not *all* moves are 'Expected', which is wrong in this case. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The project burndown chart now correctly applies open and closed task filters. This ensures teams can accurately review task progress without missing expected results in project reports.
Original PR description
Steps to reproduce: - open burndown chart of any project - add open/closed task filter Issue: - filters don't return anything in the burndown chart even though project contains open/closed tasks Sol: - add correct domain in open/closed task filter task-4295668