Añadidos módulos de OCA/e-commerce para la tienda online

This commit is contained in:
santiky 2021-09-14 14:07:34 +02:00
parent 10bfdb5a49
commit c14ed5b4ef
Signed by: snt
GPG key ID: A9FD34930EADBE71
99 changed files with 5359 additions and 0 deletions

View file

@ -0,0 +1,19 @@
This module extends the functionality of 'Product Availability' module
(Technical name: website_sale_stock) so that for the 'Website shop' the
'Available' quantity of a product is taken into account instead of
'Forecasted' quantity.
This image shows where you can see those quantities:
.. image:: ../static/description/product_quantities.png
:width: 600 px
:alt: Product quantities
|
If a product is configured to 'prevent sales if not enough stock'
(see configuration section) and its page is accessed in the Website Shop,
the availability messages will be based on the 'Available' quantity instead of
'Forecasted' quantity. And also, the Website shop wont allow you to buy more
products than 'Available' quantity (not 'Forecasted' quantity is taken
into account).