mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[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:
@@ -0,0 +1 @@
|
||||
../../../../account_payment_order_grouped_output
|
||||
6
setup/account_payment_order_grouped_output/setup.py
Normal file
6
setup/account_payment_order_grouped_output/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user