[IMP] account_banking_sepa_direct_debit: pre-commit stuff

This commit is contained in:
Giovanni Francesco Capalbo
2023-01-13 11:23:15 +01:00
committed by Reyes4711
parent c18abbd642
commit f5883bc385
4 changed files with 9 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,4 @@
# generated from manifests external_dependencies
lxml
unidecode
python-stdnum

View File

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

View File

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