Friday, December 6, 2024
1 change · 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