[IMP] contract_variable_qty_timesheet: pre-commit stuff

This commit is contained in:
Carolina Fernandez
2023-09-28 07:50:34 -03:00
parent 9c7df8f02e
commit 41131f87d2
2 changed files with 7 additions and 0 deletions

View File

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

View File

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