2
0
mirror of https://github.com/brain-tec/account_ebics.git synced 2025-04-04 11:34:38 +00:00

[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
account_ebics_batch
setup/account_ebics_batch

@ -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"],

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

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