wms
wms copied to clipboard
Warehouse Management System for advance logistic with Odoo
When moves are merged into an outgoing picking and the product_uom_qty is updated it's important to unrelease the move since the release process has been done for the previous qty....
When we compute the priority to apply at release time to the released picking, we must ignore priorities from already processed pickings. This is required to avoid corner cases where...
if we manually cancel one of picking chain we set the dest moves to need_release so they can be released again
Port of https://github.com/OCA/wms/pull/792
cc @jbaudoux Port of https://github.com/OCA/wms/pull/790
Allow to extend a reservation to the full content of the source location. For example, if you have a reassort move for 2 units but the source location contains 20...
This allows to configure a picking type to automatically do a full location reservation Depends on: * https://github.com/OCA/wms/pull/790
If there is not all processed for one move, we have to ensure that the state of the remaining move is still `assigned`. Otherwise the last remaining qty of this...
When a transfer has been unreleased the `last_release_date` is not reset. This breaks the counters and the list of records (To Release, To Do) on the related channel. Now with...