Source: tryton-modules-stock-supply-production
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <tryton-debian@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python,
 python-setuptools,
Standards-Version: 3.9.8
Homepage: http://www.tryton.org/
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-stock-supply-production.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-stock-supply-production.git
X-Python-Version: >= 2.7

Package: tryton-modules-stock-supply-production
Architecture: all
Depends:
 python-pkg-resources,
 tryton-modules-product (>= ${version:major}),
 tryton-modules-production (>= ${version:major}),
 tryton-modules-stock (>= ${version:major}),
 tryton-modules-stock-supply (>= ${version:major}),
 tryton-server (>= ${version:major}),
 ${misc:Depends},
 ${python:Depends},
Description: Tryton Application Platform (Stock Supply Production Module)
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This package adds automatic supply mechanisms via production requests.
 .
  * It adds a new type of Order Point: Production
  * The production requests are created by the schedulers with respect to stock
    levels and existing requests.
