[IMP] account_ebics_batch: black, isort, prettier

This commit is contained in:
Luc De Meyer 2022-11-26 16:49:32 +01:00
parent fa91933253
commit f973170953
3 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"version": "14.0.1.0.0", "version": "14.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"author": "Noviat", "author": "Noviat",
"website": "http://www.noviat.com", "website": "https://www.noviat.com",
"category": "Accounting & Finance", "category": "Accounting & Finance",
"summary": "EBICS Files automated import and processing", "summary": "EBICS Files automated import and processing",
"depends": ["account_ebics"], "depends": ["account_ebics"],

View File

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

View File

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