[IMP] account_banking_mandate_contact: pre-commit stuff

This commit is contained in:
Alberto Martínez
2024-03-06 12:59:32 +01:00
parent e1d3585dd1
commit 2ed7034f77
2 changed files with 7 additions and 0 deletions

View File

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

View File

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