[IMP] account_ebics_oca_statement_import: black, isort, prettier

This commit is contained in:
Luc De Meyer 2022-11-26 16:40:24 +01:00
parent 6b8df2b89f
commit 5d96765b8b
3 changed files with 8 additions and 1 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,
)