Metadata-Version: 2.4
Name: trytond_sale_invoice_grouping
Version: 8.0.0
Summary: Group invoices from sales in Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-sale-invoice-grouping/
Project-URL: changelog, https://docs.tryton.org/modules-sale-invoice-grouping/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: 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: invoice,sale,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-account-invoice<8.1,>=8.0
Requires-Dist: trytond-party<8.1,>=8.0
Requires-Dist: trytond-sale<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Requires-Dist: proteus<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-sale-rental<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

Sale Invoice Grouping Module
############################

The ``sale_invoice_grouping`` module adds an option to define how invoice lines
generated from sales will be grouped.

A field is added to the *Party*:

- *Sale Invoice Grouping Method*: The method used when grouping invoice lines.

If the Standard method is used, invoice lines generated will be added to the
first matching invoice found. If no invoice matches sale attributes then a new
one will be created. Invoices not created by the sale process are not taken
into account when looking for a candidate invoice to add invoice lines to.
