Syncing from upstream OCA/wms (16.0)#658
Merged
bt-admin merged 6 commits intobrain-tec:16.0from Apr 18, 2026
Merged
Conversation
Introduces a `split` parameter to `unmark_move_line_as_picked` to provide control over picking fragmentation. Previously, unmarking a move line would always trigger backorder logic, moving lines into a new picking (see #543). While technically correct for some workflows, this was functionally confusing for UI users as items would "disappear" from their current view upon unmarking.
… in'set_quantity' state The button was not doing anything when clicked
…ation Currently, when a user cancels their progress on a move line within the Shopfloor reception app, the underlying `stock.move` is split into a new backorder picking. This causes the line to disappear from the current Shopfloor UI view. This behavior is confusing for operators who expect the line to remain visible so they can re-process it or correct their mistakes without switching to a different picking.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 16.0 #658 +/- ##
==========================================
+ Coverage 94.83% 94.84% +0.01%
==========================================
Files 604 604
Lines 26497 26549 +52
Branches 1834 1835 +1
==========================================
+ Hits 25128 25180 +52
Misses 985 985
Partials 384 384 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bt_gitbot