forked from OCA/stock-logistics-warehouse
-
Notifications
You must be signed in to change notification settings - Fork 1
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-warehouse (17.0) #1639
Merged
Conversation
This file contains 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
When using the feature 'allows to make an inventory based on scanned products', users might expect they can use the EAN13 barcode for scanning their products.
[IMP] Improve stock inventory view [IMP] Keep 'domain' filter last in the list (ux)
Currently translated at 100.0% (10 of 10 strings) Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter/fr_FR/
Currently translated at 100.0% (10 of 10 strings) Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter/fr_FR/
… categs This module replaces the module stock_inventory_pos_category proposed in this PR for odoo v10: #393 Adapt stock_inventory_preparation_filter to allow inheritance by adding a prepare method
Currently translated at 100.0% (10 of 10 strings) Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter/sk/
… all lots of products Before this patch, if we create a stock inventory for some lots, we get a line for each lot of the products difined on lots. After this patch, we get the lines for the lots defined.
Currently translated at 100.0% (10 of 10 strings) Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_inventory_preparation_filter/
Currently translated at 100.0% (4 of 4 strings) Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_inventory_preparation_filter/it/
Currently translated at 100.0% (4 of 4 strings) Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_inventory_preparation_filter/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-17.0/stock-logistics-warehouse-17.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_inventory_preparation_filter/
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #1639 +/- ##
==========================================
+ Coverage 94.29% 94.33% +0.03%
==========================================
Files 167 172 +5
Lines 3315 3387 +72
Branches 256 262 +6
==========================================
+ Hits 3126 3195 +69
- Misses 132 133 +1
- Partials 57 59 +2 ☔ View full report in Codecov by Sentry. |
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