Metadata-Version: 2.4
Name: trytond_sale_subscription_asset
Version: 8.0.0
Summary: Assets for sale subscriptions in Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-sale-subscription-asset/
Project-URL: changelog, https://docs.tryton.org/modules-sale-subscription-asset/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>, Nicolas Évrard <nicolas.evrard@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: sale,subscription,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Point-Of-Sale
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: trytond-sale-subscription<8.1,>=8.0
Requires-Dist: trytond-stock-lot<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

Sale Subscription Asset Module
##############################

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.
