-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
[16.0][FIX] stock_available_to_promise_release: normal outgoing moves are mergeable #937
base: 16.0
Are you sure you want to change the base?
[16.0][FIX] stock_available_to_promise_release: normal outgoing moves are mergeable #937
Conversation
78cc28f
to
4f5fdef
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.
By the way, shouldn't user_is_allowed = self.env.user.has_group("stock.group_stock_user")
move to unrelease_allowed
instead of _is_unreleasable()
?
I share the same felling. I change the code. |
4f5fdef
to
830f5ea
Compare
@jbaudoux changes done |
830f5ea
to
19a8041
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.
Great :)
…ergeable outgoing moves from unreleasable pickings are mergeable by default. This fix is required to avoid to disalbe the merge of moves from outgoing picking when the module is installed but the associated stock.rule is not configured to defer the pull of not available qty
19a8041
to
66693a8
Compare
This PR has the |
outgoing moves from unreleasable pickings are mergeable by default. This fix is required to avoid to disalbe the merge of moves from outgoing picking when the module is installed but the associated stock.rule is not configured to defer the pull of not available qty
ping @jbaudoux