ebics 16.0 : add support for oca camt parser

This commit is contained in:
Luc De Meyer
2023-07-30 21:58:51 +02:00
parent d5143617c1
commit 1181b611df
9 changed files with 24 additions and 11 deletions

View File

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

View File

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