[18.0][MIG] stock_barcodes_picking_batch_revision: Migration to 18.0#728
Draft
sergio-teruel wants to merge 11 commits into
Draft
[18.0][MIG] stock_barcodes_picking_batch_revision: Migration to 18.0#728sergio-teruel wants to merge 11 commits into
sergio-teruel wants to merge 11 commits into
Conversation
sergio-teruel
force-pushed
the
18.0-mig-stock_barcodes_picking_batch_revision
branch
2 times, most recently
from
October 14, 2025 00:55
5909c3d to
e843f35
Compare
Member
|
/ocabot migration stock_barcodes_picking_batch_revision |
|
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. |
|
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. |
…fied view view_stock_barcodes_pending_moves_kanban
- Recompute the pending-card state when a review is confirmed: the compute lacked the line_ids.barcodes_is_reviewed dependency, so the kanban card stayed 'pending' after action_confirm_review until an unrelated recomputation happened. - Make _compute_state safe for batched recordsets spanning several wizards: it read review_picking_batch on a multi-record wiz_barcode_id (singleton error) and skipped the super() computation for non-review records mixed in the batch. - Unassign the reviewed batch in the same write() instead of issuing a second write, and return a value in every action_clean_values branch.
carlosdauden
force-pushed
the
18.0-mig-stock_barcodes_picking_batch_revision
branch
from
July 9, 2026 11:24
d700df9 to
9def29f
Compare
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.
@Tecnativa
Depends on:
cc @Christian-RB @florian-dacosta