Source: tryton-modules-sale-subscription-asset
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               jdupes,
               python3-all,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.7.0
Homepage: https://www.tryton.org/
Vcs-Git: https://salsa.debian.org/tryton-team/tryton-modules-sale-subscription-asset.git
Vcs-Browser: https://salsa.debian.org/tryton-team/tryton-modules-sale-subscription-asset
Rules-Requires-Root: no

Package: tryton-modules-sale-subscription-asset
Architecture: all
Depends: tryton-modules-sale-subscription (>= ${version:major}),
         tryton-modules-stock-lot (>= ${version:major}),
         tryton-server (>= ${version:major}),
         ${API},
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: Tryton application platform - sale subscription asset 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).
 .
 The sale subscription asset module adds the notion of asset to the sale
 subscription module.
 .
 Two fields are added to the *Service*:
 .
     - *Lots*: All the lots that can be used when providing this service
     - *Available Lots*: A subset of the preceding field displaying the
       available lots
 .
 On the *Subscription Line*, it is possible to specify the lot to use. When the
 subscription will be running this field will become required for service with
 lots.
 .
 On the *Lot*, the field *Subscribed* will point to the line of the subscription
 currently using this lot.
