[IMP] account_banking_pain_base: pre-commit stuff

This commit is contained in:
Pedro M. Baeza
2023-05-27 19:02:54 +02:00
parent 04a76604a9
commit e5da9b8542
3 changed files with 10 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
# generated from manifests external_dependencies
lxml
unidecode

View File

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

View File

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