-
-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WMS][12.0] Add stock_picking_completion_info - alpha version #693
[WMS][12.0] Add stock_picking_completion_info - alpha version #693
Conversation
89f95f9
to
56d5540
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what I see here it looks good. Minor spelling proposal.
Then to truly test this we need to merge it as alpha alongside with picking_zone #639
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just question but LGTM
Co-Authored-By: Joël Grand-Guillaume <[email protected]>
After several tests, I have one remaining issue, all the rest is working fine. Step to reproduce:
Here it is supposed to say that it is NOT a complete order. It seems it doesn't look correctly in the following moves in such a case. In the packing operation, I have moves from both zone 1 and 2. So none of the picking operation should display that it is a complete order. Call me if not clear. |
638e491
to
3da5e94
Compare
@grindtildeath What's the status of this ? |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
It looks like something changed on |
Congratulations, your PR was merged at d3ba275. Thanks a lot for contributing to OCA. ❤️ |
@dreispt I think this could have been improved (squash), one question remained unanswered. What was the emergency of massive merge ? |
This module adds completion information on stock picking.
If activated on the picking type, completion information is computed according
to the next chained pickings related to the stock moves of the actual picking.
In other words, if all the previous moves linked to the destination pickings
moves are done, the completion of the actual picking allows the destination
pickings to be processed. In such case, a ribbon will appear on the stock
picking form view, to inform the stock operator.
Relates to #640 (comment)