añadido stock_available de OCA/stock-logistics-workflow por dependencia de website_stock_available

This commit is contained in:
santiky 2021-09-14 14:27:00 +02:00
parent c14ed5b4ef
commit 9bd253a931
Signed by: snt
GPG key ID: A9FD34930EADBE71
45 changed files with 5494 additions and 0 deletions

View file

@ -0,0 +1,7 @@
By default, this module computes the stock available to promise as the virtual
stock.
To take advantage of the additional features, you must define on which information you
want to base the computation, by checking one or more boxes in the settings:
`Inventory` > `Configuration` > `Settings` > `Stock available to promise`.
In case of "Include the production potential", it is also possible to configure
which field of product to use to compute the production potential.

View file

@ -0,0 +1,15 @@
* `Numérigraphe <https://www.numerigraphe.com>`_:
* Lionel Sausin <ls@numerigraphe.com>
* `Sodexis <https://www.Sodexis.com>`_:
* Sodexis <sodexis@sodexis.com>
* `Factor Libre <https://www.factorlibre.com>`_:
* Kiko Peiro <francisco.peiro@factorlibre.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Sergio Teruel <sergio.teruel@tecnativa.com>

View file

@ -0,0 +1,8 @@
This module proposes several options to compute the quantity available to
promise for each product.
This quantity is based on the projected stock and, depending on the
configuration, it can account for various data such as sales quotations or
immediate production capacity.
In case of immediate production capacity, it is possible to configure on which
field the potential is computed, by default Quantity On Hand is used.
This can be configured in `Inventory` > `Configuration` > `Settings`.

View file

@ -0,0 +1,3 @@
This module adds a field named `Available for sale` on the Product form.
Various additional fields may be added, depending on which information you
chose to base the computation on.