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,12 @@
To configure this module, you need to:
#. Go to *Inventory > Master Data > Products* and edit a product that
you only want to sell in the website shop if there is enough stock.
#. Navigate to 'Availability' field in the 'eCommerce' tab and set
one of these options:
* Show inventory on website and prevent sales if not enough stock
* Show inventory below a threshold and prevent sales if not enough stock.
#. Go to *Inventory > Configuration > Settings*, navigate to *Stock available
to promise* section and set the desired option. If you do not choose any,
the value of 'Available' quantity will be equal to 'Forecasted' quantity.

View file

@ -0,0 +1,4 @@
* `Tecnativa <https://www.tecnativa.com>`_:
* Ernesto Tejeda
* Pedro M. Baeza

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).

View file

@ -0,0 +1,13 @@
To use this module, you need to:
#. Go to your Website shop.
#. Select a product that you has previously configured to 'prevent sales
if not enough stock' for the web product page.
#. Odoo doesn't allow you to add the product to the car if 'Available'
quantity (not 'Forecasted' quantity) is equal or less than zero.
Besides, availability messages will be based on the 'Available'
quantity instead of the 'Forecasted' quantity.
.. image:: ../static/description/availability_message.png
:width: 600 px
:alt: Availability message