añadido stock_available de OCA/stock-logistics-workflow por dependencia de website_stock_available
This commit is contained in:
parent
c14ed5b4ef
commit
9bd253a931
45 changed files with 5494 additions and 0 deletions
7
stock_available/readme/CONFIGURE.rst
Normal file
7
stock_available/readme/CONFIGURE.rst
Normal 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.
|
15
stock_available/readme/CONTRIBUTORS.rst
Normal file
15
stock_available/readme/CONTRIBUTORS.rst
Normal 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>
|
8
stock_available/readme/DESCRIPTION.rst
Normal file
8
stock_available/readme/DESCRIPTION.rst
Normal 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`.
|
3
stock_available/readme/USAGE.rst
Normal file
3
stock_available/readme/USAGE.rst
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue