[IMP] stock_location_product_restriction: Allow to put products in location if being emptied#2342
Closed
rousseldenis wants to merge 4 commits intoOCA:16.0from
Closed
[IMP] stock_location_product_restriction: Allow to put products in location if being emptied#2342rousseldenis wants to merge 4 commits intoOCA:16.0from
rousseldenis wants to merge 4 commits intoOCA:16.0from
Conversation
Contributor
|
Hi @lmignon, |
59a196a to
0d1730c
Compare
…cation if being emptied
In day-to-day stock operations, operators will take products from a location and
often empty that location.
But, if the movement quantity is already changed ('qty_done'), the picking is not
yet validated.
In parallel, some operators want to fill in the location with another product as
it is already physically void.
2139018 to
f5bd0cc
Compare
…ations being emptied
…' default state When a location has moves that void it and a move that fills it, the 'fill_state' is now at 'being_filled'. Adapt the constraint check to that state before doing effectively the move.
f5bd0cc to
c3f0b83
Compare
… location restriction Add an helper function in order to check if a product can enter a location
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on :
In day-to-day stock operations, operators will take products from a location and often empty that location.
But, if the movement quantity is already changed ('qty_done'), the picking is not yet validated.
In parallel, some operators want to fill in the location with another product as it is already physically void.
NOTE: This is a major change as a dependency is added