wms icon indicating copy to clipboard operation
wms copied to clipboard

[IMP] stock_available_to_promise_release: set move to need release after pick cancel

Open sbejaoui opened this issue 11 months ago • 2 comments

if we manually cancel one of picking chain we set the dest moves to need_release so they can be released again

sbejaoui avatar Mar 14 '24 14:03 sbejaoui

There is also the case where you don't create a backorder on the pick when you process a partial quantity. In this case, I don't think action_cancel is called. I'll see to solve that one

Fixed here https://github.com/OCA/wms/pull/819#issuecomment-2044713224 in commit https://github.com/OCA/wms/commit/948637a525db6afd193ee365e40ba4fc13a5a16c

jbaudoux avatar Apr 09 '24 11:04 jbaudoux

There is also the case where you don't create a backorder on the pick when you process a partial quantity. In this case, I don't think action_cancel is called. I'll see to solve that one

Fixed here #819 (comment) in commit 948637a

And here https://github.com/OCA/wms/pull/905

jbaudoux avatar May 27 '24 07:05 jbaudoux