-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
[IMP] stock_release_channel_propagate_channel_picking: Propagate when assigning too #908
base: 16.0
Are you sure you want to change the base?
[IMP] stock_release_channel_propagate_channel_picking: Propagate when assigning too #908
Conversation
… assigning too As internal pickings could have generated a backorder and outgoing picking too without unrelease (e.g.: long term channels - no sleep), the channel is void on those internal backorders. So, at outgoing picking channel assignation, propagate the channel to the still existing origin pickings.
…ackorder creation
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.
LG
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.
LGTM (Code review)
This PR has the |
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.
Can you drop changes to OCA generated files?
Will be hard. But that does not bother as these changes reflect also changes of the module. |
@rousseldenis It's annoying when porting the commits to other version |
As internal pickings could have generated a backorder and outgoing picking too without unrelease (e.g.: long term channels - no sleep), the channel is void on those internal backorders. So, at outgoing picking channel assignation, propagate the channel to the still existing origin pickings.