diff --git a/website_sale_stock_available/__manifest__.py b/website_sale_stock_available/__manifest__.py index 96930d9b4c..ed7fd2080c 100644 --- a/website_sale_stock_available/__manifest__.py +++ b/website_sale_stock_available/__manifest__.py @@ -4,7 +4,7 @@ "name": "Website Sale Stock Available", "summary": "Display 'Available to promise' in shop online instead " "of 'Free To Use Quantity'", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "category": "Website", "website": "https://github.com/OCA/e-commerce", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/website_sale_stock_available/controllers/main.py b/website_sale_stock_available/controllers/main.py index a27bfa5dee..9fd425c736 100644 --- a/website_sale_stock_available/controllers/main.py +++ b/website_sale_stock_available/controllers/main.py @@ -8,7 +8,7 @@ class PaymentPortal(PaymentPortal): @route() def shop_payment_transaction(self, *args, **kwargs): - """Inject a context when potencial or promised stock is set""" + """Inject a context when potential or promised stock is set""" request.website = request.website.with_context( website_sale_stock_available=True ) diff --git a/website_sale_stock_available/static/description/index.html b/website_sale_stock_available/static/description/index.html index 3fdcb78333..c2d427b040 100644 --- a/website_sale_stock_available/static/description/index.html +++ b/website_sale_stock_available/static/description/index.html @@ -367,7 +367,7 @@

Website Sale Stock Available

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/e-commerce Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/e-commerce Translate me on Weblate Try me on Runbot

This module extends the functionality of the Product Availability module (technical name: website_sale_stock) so that for the eCommerce the Available quantity of a product is taken into account instead of the free quantity.

@@ -417,14 +417,14 @@

Usage

Besides, availability messages will be based on the Available quantity instead of the Free to use quantity. -Availability message +Availability message

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -454,7 +454,7 @@

Maintainers

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/e-commerce project on GitHub.

+

This module is part of the OCA/e-commerce project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.