[MIG] account_ebics_batch_payment: Migration to 14.0

This commit is contained in:
Luc De Meyer
2022-08-04 20:09:13 +02:00
parent 7c5a2da5fa
commit 16b5cf11b9
6 changed files with 29 additions and 23 deletions

View File

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

View File

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