Skip to content

Syncing from upstream OCA/wms (16.0)#653

Merged
bt-admin merged 3 commits intobrain-tec:16.0from
OCA:16.0
Apr 2, 2026
Merged

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

Conversation

@bt-admin
Copy link
Copy Markdown

@bt-admin bt-admin commented Apr 2, 2026

bt_gitbot

The `_get_today_start_end_datetime` function returned naive datetimes
without accounting for the user's local timezone. Since Odoo stores
datetimes in UTC, this caused incorrect filtering on the "Pickings to
Process Today" screen for users in non-UTC timezones.

Now, the function correctly calculates the start and end of the local
day and converts those boundaries to UTC .
Signed-off-by jbaudoux
@bt-admin bt-admin added the 16.0 label Apr 2, 2026
@bt-admin bt-admin merged commit c8ff147 into brain-tec:16.0 Apr 2, 2026
4 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.76%. Comparing base (c943870) to head (5b8d9ee).
⚠️ Report is 202 commits behind head on 16.0.

Additional details and impacted files
@@            Coverage Diff             @@
##             16.0     #653      +/-   ##
==========================================
+ Coverage   94.75%   94.76%   +0.01%     
==========================================
  Files         605      605              
  Lines       26393    26395       +2     
  Branches     1829     1828       -1     
==========================================
+ Hits        25008    25013       +5     
+ Misses        999      997       -2     
+ Partials      386      385       -1     

☔ 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.

3 participants