-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
[15.0][MIG] website_sale_stock_available: Migration to 15.0 #714
[15.0][MIG] website_sale_stock_available: Migration to 15.0 #714
Conversation
…ties With previous one, in case of no stock, it's not changed to potential qty.
When the `virtual_available` is less than the `immediately_usable_qty`, we'll have a blocking situation when the order is paid if we could add more quantity to the order than the virtual one.
Currently translated at 100.0% (6 of 6 strings) Translation: e-commerce-14.0/e-commerce-14.0-website_sale_stock_available Translate-URL: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-website_sale_stock_available/es_AR/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool icon.
215c846
to
d3ff550
Compare
/ocabot migration website_sale_stock_available |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at bad27e0. Thanks a lot for contributing to OCA. ❤️ |
Adapt to the change in core that makes use of
free_qty
in eCommerce instead ofvirtual_qty
. See:cc @Tecnativa TT37016
please review @ernestotejeda @sergio-teruel @pedrobaeza