[IMP] contract: pre-commit stuff

This commit is contained in:
Wolfgang Pichler
2022-10-24 14:27:06 +02:00
committed by Pedro M. Baeza
parent 8c269f062e
commit c72ead9f67
3 changed files with 9 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
# generated from manifests external_dependencies
python-dateutil

View File

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

6
setup/contract/setup.py Normal file
View File

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