Metadata-Version: 2.4
Name: trytond_stock_supply_production
Version: 8.0.0
Summary: Supply stock with productions for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-stock-supply-production/
Project-URL: changelog, https://docs.tryton.org/modules-stock-supply-production/releases.html
Project-URL: forum, https://www.tryton.org/forum
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: B2CK SRL
Author-email: Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: production,stock,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: trytond-product<8.1,>=8.0
Requires-Dist: trytond-production<8.1,>=8.0
Requires-Dist: trytond-stock-supply<8.1,>=8.0
Requires-Dist: trytond-stock<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Requires-Dist: proteus<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

Stock Supply Production Module
##############################

The Stock Supply Production module adds automatic supply mechanisms via
production request.

Production Request
******************

A production request is a production in the state request. It defines the need
to produce a product.


Order Point
***********

It adds a new type of Order Point:

* Production

  A Production order point is defined on a warehouse location. If the minimal
  quantity is reached at any time on the warehouse it will result in a
  production request.

The production requests are created by the supply wizard with respect to stock
levels and existing requests. The stock levels are computed on the supply
period define in the production configuration.
