Skip to content

Syncing from upstream OCA/wms (16.0)#654

Merged
bt-admin merged 22 commits intobrain-tec:16.0from
OCA:16.0
Apr 10, 2026
Merged

Syncing from upstream OCA/wms (16.0)#654
bt-admin merged 22 commits intobrain-tec:16.0from
OCA:16.0

Conversation

@bt-admin
Copy link
Copy Markdown

bt_gitbot

…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
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.
…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).
Signed-off-by jbaudoux
Signed-off-by jbaudoux
Signed-off-by jbaudoux
Signed-off-by jbaudoux
@bt-admin bt-admin added the 16.0 label Apr 10, 2026
@bt-admin bt-admin merged commit 6c90d93 into brain-tec:16.0 Apr 10, 2026
4 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 10, 2026

Codecov Report

❌ Patch coverage is 97.87234% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.78%. Comparing base (4bdbcee) to head (5c5644d).
⚠️ Report is 275 commits behind head on 16.0.

Files with missing lines Patch % Lines
...cking_batch_creation/wizards/make_picking_batch.py 94.11% 1 Missing and 3 partials ⚠️
stock_picking_batch_creation/tests/common.py 66.66% 0 Missing and 3 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants