mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 12:42:04 +00:00
[IMP] account_ebics_batch: black, isort, prettier
This commit is contained in:
parent
fa91933253
commit
f973170953
@ -6,7 +6,7 @@
|
||||
"version": "14.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Noviat",
|
||||
"website": "http://www.noviat.com",
|
||||
"website": "https://www.noviat.com",
|
||||
"category": "Accounting & Finance",
|
||||
"summary": "EBICS Files automated import and processing",
|
||||
"depends": ["account_ebics"],
|
||||
|
1
setup/account_ebics_batch/odoo/addons/account_ebics_batch
Symbolic link
1
setup/account_ebics_batch/odoo/addons/account_ebics_batch
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../account_ebics_batch
|
6
setup/account_ebics_batch/setup.py
Normal file
6
setup/account_ebics_batch/setup.py
Normal file
@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue
Block a user