wms icon indicating copy to clipboard operation
wms copied to clipboard

Warehouse Management System for advance logistic with Odoo

Results 93 wms issues
Sort by recently updated
recently updated
newest added

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....

enhancement
needs review

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...

needs review

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

migration
needs review
no stale

cc @jbaudoux Port of https://github.com/OCA/wms/pull/790

migration
needs review
stale

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...

needs review
no stale

This allows to configure a picking type to automatically do a full location reservation Depends on: * https://github.com/OCA/wms/pull/790

no stale

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...

enhancement
needs review