Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing from upstream OCA/stock-logistics-workflow (17.0) #1390

Merged
merged 20 commits into from
Jan 31, 2025

Conversation

bt-admin
Copy link

bt_gitbot

StefanRijnhart and others added 20 commits January 30, 2025 14:27
The outgoing quantity is different depending on whether mrp is loaded, as the
demo data of that module adds an outgoing quantity of 3.
In the test, use a copy of the demo product to ensure there are no preexisting
stock operations.

Fixes
```
odoo.addons.stock_restrict_lot.tests.test_restrict_lot: FAIL: TestRestrictLot.test_compute_quantites
Traceback (most recent call last):
  File "/__w/stock-logistics-workflow/stock-logistics-workflow/stock_restrict_lot/tests/test_restrict_lot.py", line 254, in test_compute_quantites
    self.assertEqual(product.outgoing_qty, 2)
AssertionError: 5.0 != 2
```
Signed-off-by rousseldenis
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/
Currently translated at 100.0% (20 of 20 strings)

Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/es/
Signed-off-by jbaudoux
@bt-admin bt-admin added the 17.0 label Jan 31, 2025
@bt-admin bt-admin merged commit 84b9abf into brain-tec:17.0 Jan 31, 2025
4 checks passed
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

Attention: Patch coverage is 96.87500% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.09%. Comparing base (b3ae5cb) to head (56e46c3).
Report is 74 commits behind head on 17.0.

Files with missing lines Patch % Lines
stock_scrap_tier_validation/models/stock_scrap.py 83.33% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             17.0    #1390      +/-   ##
==========================================
+ Coverage   95.03%   95.09%   +0.05%     
==========================================
  Files         201      214      +13     
  Lines        3002     3097      +95     
  Branches      225      225              
==========================================
+ Hits         2853     2945      +92     
- Misses         87       90       +3     
  Partials       62       62              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

7 participants