Syncing from upstream OCA/wms (16.0)#654
Merged
bt-admin merged 22 commits intobrain-tec:16.0from Apr 10, 2026
Merged
Conversation
…nent. The "Lots" title was incorrectly placed inside the for loop, making it appear at every iteration
When users don't use packages for receptions, we should not rely only on its presence on lines to not select them. So, rely also on line progress completed at 100% (after split) to select another one with same criteria
… line has been fully processed.
Add a test case to verify that when multiple users are working on the same lot, one user cannot take the move line from another when scanning a lot.
…or "no user". A condition on the lines filtered lines has been added so to ensure that 2 users working on the same move do not steal move lines from one another.
The "Need Release" counter on the Picking Type Kanban view was inconsistent with standard Odoo counters. Additionally, the layout broke when the count reached 1,000 or more, causing the number to overflow the card boundaries.
Refactor the DatePicker component to use standard Vue event bubbling instead of a global event hub and watchers. - Replace the 'date' watcher with a manual $emit on the '@change' event to prevent redundant event triggers and improve performance. - Remove the 'datepicker:newdate' event_hub listener as global broadcasting is unnecessary for this local UI component. - Remove the 'handler_to_update_date' prop, shifting the responsibility of date processing to the parent component. - Simplify the template and remove unused imports.
… year/month selection
…g keyboard - Use user locale for date input - Use input masking to auto add the separators - Prevent from entering invalid characters - Show input error message in case of invalid input - Reset input if date-picker is used instead
Changed the date-picker-input behavior to trigger the calendar popup only when the prepend icon is clicked, rather than on text field focus. This prevents the picker from obstructing the screen when users prefer to type the date manually Co-authored-by: Jacques-Etienne Baudoux <je.baudoux@gmail.com>
…input Fixed a bug where invalid calendar dates (like Feb 29 in non-leap years) were accepted and converted to the next valid date (March 01).
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 16.0 #654 +/- ##
==========================================
+ Coverage 94.55% 94.78% +0.22%
==========================================
Files 628 605 -23
Lines 27894 26429 -1465
Branches 1924 1829 -95
==========================================
- Hits 26375 25050 -1325
+ Misses 1108 996 -112
+ Partials 411 383 -28 ☔ 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