-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
[14][IMP] shopfloor: Ensure destination location on moves for allow move create #973
base: 14.0
Are you sure you want to change the base?
[14][IMP] shopfloor: Ensure destination location on moves for allow move create #973
Conversation
Hi @mmequignon, @simahawk, @sebalix, @guewen, |
9dba5df
to
b6e7746
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.
What's the purpose of sync_src_location ?
b6e7746
to
9dc0af0
Compare
|
9dc0af0
to
4ad6e2e
Compare
@mt-software-de Isn't it something that should be tackled at move creation? When you scan the source location and product/package to move, the move should be created on that location and not on the picking type source location. Same if you plan the moves, should be planned on the right source location. |
4ad6e2e
to
a424e8b
Compare
I checked it again the source location was never be the problem. I was on allow move create the dest location on the move which was missing. And only for the single product transfer because there are no package level. |
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.
Looking better. Just a few left overs
a424e8b
to
9acedea
Compare
Ensure that the destination gets also set on the move. When a move is created within the single pack or single product transfer scenario, the move ends up with the default destination location of the operation type.
To ensure that the destination location of the move gets also set, we need to set it also on the move not only on the move.line.
cc @jbaudoux @i-vyshnevska