-
-
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
[16.0] sale_stock_available_to_promise_release_block: improve Unblock Release process #906
base: 16.0
Are you sure you want to change the base?
[16.0] sale_stock_available_to_promise_release_block: improve Unblock Release process #906
Conversation
…lass to ease extension
c5bc88f
to
0b0213d
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.
looking good so far
sale_stock_available_to_promise_release_block/wizards/unblock_release.py
Outdated
Show resolved
Hide resolved
sale_stock_available_to_promise_release_block/wizards/unblock_release.py
Outdated
Show resolved
Hide resolved
sale_stock_available_to_promise_release_block/wizards/unblock_release.py
Outdated
Show resolved
Hide resolved
…zard This new wizard allows to give more options to the user regarding the unblocking process, like the scheduled date to set on unblocked moves, and re-assign automatically a stock operation on them (so they could be grouped together in the same transfer).
8785008
to
ba847f6
Compare
ba847f6
to
d5ab691
Compare
…ock Release wizard
…dd Unblock Release wizard
…lock: add Unblock Release wizard
…lease_block: add Unblock Release wizard
@jbaudoux reworked to plan the unblocking of undelivered moves at SO confirmation in the case of the "contextual unblocking" |
…mise_release_block: add Unblock Release wizard
sale_stock_available_to_promise_release_block/wizards/unblock_release.py
Outdated
Show resolved
Hide resolved
sale_stock_available_to_promise_release_block/wizards/unblock_release.py
Outdated
Show resolved
Hide resolved
sale_stock_available_to_promise_release_block/wizards/unblock_release.py
Outdated
Show resolved
Hide resolved
sale_stock_available_to_promise_release_block/wizards/unblock_release.py
Show resolved
Hide resolved
…_to_promise_release_block: add Unblock Release wizard
…ailable_to_promise_release_block: add Unblock Release wizard
…tock_available_to_promise_release_block: add Unblock Release wizard
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. |
Replace the
Unblock Release
server action by a wizard.This new wizard allows to give more options to the user regarding the unblocking process, like the scheduled date to set on unblocked moves, and re-assign automatically a stock operation on them (so they could be grouped together in the same transfer).
Also, blocked delivery moves can be planned for unblocking when the current SO is confirmed.
TODO:
handle release channel to propagate on stock operations:won't do, there won't be direct dependencies of sale against release channels. Instead a preferred release channel for a given delivery date can be set by sale users thanks to [16.0] [sale_]stock_release_channel_partner_by_date: set a release channel for a specific delivery address and date #838 , so the right release channel is selected by the usual mechanism ofstock_release_channel
.