[19.0][MIG] website_sale_stock_list_preview - #1265
Merged
OCA-git-bot merged 19 commits intoAug 10, 2026
Merged
Conversation
…en no stock available
…ble_formated to show the quantity available
…ite_sale_stock_available When website_sale_stock_available is installed, the grid view is showing different allowed quantities than when we access to the products sheet. With this changes we add compatibility with this module and if stock_available_immediately is installed we will get same value. TT38689
As the value of available_threshold was set by default if some module decrease this default, the test will fail, because the text rendered will be "In stock" instead of "5.000 Units available".
Since the changes introduced in odoo/odoo@a8c73eb we need to pass to the template of the remaining units to the function formatQuantity. So we need to pass the function. The steps to reproduce the error: 1. Edit some product, example Customizable Desk 2. Select the option Show Available Qty and set it to 999999 3. Go to /shop You will see the error
Currently translated at 100.0% (0 of 0 strings) Translation: e-commerce-18.0/e-commerce-18.0-website_sale_stock_list_preview Translate-URL: https://translation.odoo-community.org/projects/e-commerce-18-0/e-commerce-18-0-website_sale_stock_list_preview/es/
Currently translated at 100.0% (3 of 3 strings) Translation: e-commerce-18.0/e-commerce-18.0-website_sale_stock_list_preview Translate-URL: https://translation.odoo-community.org/projects/e-commerce-18-0/e-commerce-18-0-website_sale_stock_list_preview/sl/
JasminSForgeFlow
force-pushed
the
19.0-mig-website_sale_stock_list_preview
branch
from
July 9, 2026 06:35
75d5259 to
2fa2299
Compare
MarinaAForgeFlow
approved these changes
Jul 28, 2026
ivantodorovich
approved these changes
Jul 28, 2026
ivantodorovich
left a comment
Contributor
There was a problem hiding this comment.
/ocabot migration website_sale_stock_list_preview
Contributor
|
This PR has the |
Member
|
/ocabot merge nobump |
Contributor
|
What a great day to merge this nice PR. Let's do it! |
Contributor
|
Congratulations, your PR was merged at a7c1aea. Thanks a lot for contributing to OCA. ❤️ |
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.
Standard Migration
@ForgeFlow