mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_banking_sepa_direct_debit: pre-commit stuff
This commit is contained in:
committed by
Reyes4711
parent
c18abbd642
commit
f5883bc385
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"name": "Account Banking SEPA Direct Debit",
|
||||
"summary": "Create SEPA files for Direct Debit",
|
||||
"version": "15.0.1.0.1",
|
||||
"version": "16.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/bank-payment",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# generated from manifests external_dependencies
|
||||
lxml
|
||||
unidecode
|
||||
python-stdnum
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../account_banking_sepa_direct_debit
|
||||
6
setup/account_banking_sepa_direct_debit/setup.py
Normal file
6
setup/account_banking_sepa_direct_debit/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user