[14.0]add account_ebics_batch

This commit is contained in:
Luc De Meyer
2022-05-07 18:42:03 +02:00
parent 4e9e558e16
commit 79250ab61a
37 changed files with 1316 additions and 244 deletions

View File

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

View File

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