Añadidos módulos de OCA/e-commerce para la tienda online
This commit is contained in:
parent
10bfdb5a49
commit
c14ed5b4ef
99 changed files with 5359 additions and 0 deletions
19
website_sale_stock_available/readme/DESCRIPTION.rst
Normal file
19
website_sale_stock_available/readme/DESCRIPTION.rst
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue