Syncing from upstream OCA/wms (16.0)#657
Merged
bt-admin merged 13 commits intobrain-tec:16.0from Apr 16, 2026
Merged
Conversation
… location for a selected move line
… been populated
In the case of no product mixing, if a destination location has already been computed and
in the meantime, the location has been populated by another product, the computation
still propose the same location.
Exclude locations in that case.
…uantity
The current implementation was triggerring queries (read_group). Rely now
on ORM to get records as 'quant_ids' field exists on locations
… filled in If every possible destination location (e.g.: for pickable stock) is filled in with products, but with one outgoing move is in progress (picked but not yet validated), the location should become available to store incoming products. The putaway strategy should propose that location. So, add a condition to select 'empty' and 'being emptied' locations along with the 'location_will_contain_product/lot_ids' property to avoid too much restriction
Fix computation of location will contain product/lot
The content constrain can be manage by stock_location_product_restriction or stock_location_package_restriction modules. Removed from this module
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: wms-16.0/wms-16.0-stock_storage_type Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_storage_type/
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 16.0 #657 +/- ##
==========================================
+ Coverage 94.78% 94.83% +0.04%
==========================================
Files 605 604 -1
Lines 26450 26497 +47
Branches 1830 1834 +4
==========================================
+ Hits 25071 25128 +57
+ Misses 996 985 -11
- Partials 383 384 +1 ☔ 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