Conversation
…stock data When making UoM rounding coarser (e.g. 0.001 to 0.01), existing stock quants with more decimal places than the new rounding would become invalid and block stock operations. This adds a constraint that checks all stock quant quantities before allowing a rounding change. This prevents the scenario where someone changes a UoM rounding to a coarser value without realising the existing data has finer precision, which later causes validation errors on inventory, stock moves and flowable location operations. Also adds stock as a dependency (was uom only) and bumps version to 14.0.1.1.0.
Add complete Catalan (ca) and Spanish (es) translations for all module strings, including the new stock quant coherence validation message.
82f981f to
0c2da09
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 14.0 #872 +/- ##
==========================================
+ Coverage 50.53% 50.63% +0.10%
==========================================
Files 979 979
Lines 16685 16724 +39
Branches 3558 3562 +4
==========================================
+ Hits 8432 8469 +37
- Misses 8034 8038 +4
+ Partials 219 217 -2 ☔ 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.
Summary
stockas dependency (wasuomonly)Test plan