[ADD] account_payment_order_grouped_output: Generate grouped entries from payment orders

This module adds an option to generate extra grouped moves for the payment
orders since the refactoring done to use native Odoo payments.

This serves for easing the reconciliation on bank statements of large payment
orders, handling them as one or several journal entries according payment date.
This commit is contained in:
Pedro M. Baeza
2023-01-06 13:04:57 +01:00
parent d0f8530b7e
commit 187c863c04
15 changed files with 822 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../account_payment_order_grouped_output

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)