Hi,
In Odoo’s delivery flow, the statuses Started and Partially Shipped have different meanings. Started means that the delivery has begun — stock has been reserved or picking has started — but nothing has been validated yet. Partially Shipped means part of the delivery has already been validated and shipped, but some quantities are still pending, usually handled through a backorder. In short, Started indicates work in progress before any quantity leaves, while Partially Shipped indicates that part of the order is already delivered.
If you want to track all deliveries that haven’t been fully completed yet, including backorders, the easiest way is to filter by the state field. You can exclude the values Done and Cancelled. This ensures that your filter includes deliveries that are not shipped, started, partially shipped, or still waiting. That way, your logistics team can always see any orders that still require attention.
Hope it helps