mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-06-15 20:08:56 +00:00
[IMP] account_ebics_batch: black, isort, prettier
This commit is contained in:
@@ -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,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user