[ADD] account_statement_import_online_gocardless

This module provides online bank statements from GoCardless Bank Account
Data, which provides a free API for connecting and getting transactions
for bank accounts.

TT45760

Co-Authored-By: Christopher Ormaza <chris.ormaza@forgeflow.com>
Co-Authored-By: Jordi Ballester <jordi.ballester@forgeflow.com>
This commit is contained in:
Pedro M. Baeza
2023-11-03 15:28:41 +01:00
parent cad068b961
commit ae07372611
25 changed files with 1690 additions and 0 deletions

View File

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

View File

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