[IMP] account_ebics_batch_payment: black, isort, prettier

This commit is contained in:
Luc De Meyer 2022-11-25 19:18:58 +01:00
parent 1f7f80013f
commit 397b551f81
2 changed files with 7 additions and 0 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,
)