Source: tryton-modules-sale
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
 debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
Standards-Version: 3.9.5
Homepage: http://www.tryton.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/tryton-modules-sale.git
Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-sale.git
X-Python-Version: >= 2.7

Package: tryton-modules-sale
Architecture: all
Depends:
 ${misc:Depends}, ${python:Depends}, tryton-server (>= ${version:major}),
 tryton-modules-account (>= ${version:major}),
 tryton-modules-account-invoice (>= ${version:major}),
 tryton-modules-account-invoice-stock (>= ${version:major}),
 tryton-modules-account-product (>= ${version:major}),
 tryton-modules-company (>= ${version:major}),
 tryton-modules-currency (>= ${version:major}),
 tryton-modules-party (>= ${version:major}),
 tryton-modules-product (>= ${version:major}),
 tryton-modules-stock (>= ${version:major}),
 python-sql, python-pkg-resources
Description: Tryton Application Platform (Sale Module)
 Tryton is a high-level general purpose application platform written in Python
 and using PostgreSQL as database engine. It is the core base of a complete
 business solution.
 .
 This module provides the possibility to define sale orders, to add sale
 information to products, and to define the sale price as the list price.
 .
 With the possibilities:
 .
  * to follow invoice and shipment states from the sale order.
  * to define invoice method: Manual, On Order Confirmed, On Shipment Sent.
  * to define shipment method: Manual, On Order Confirmed, On Invoice Paid.
