[IMP] contract_variable_qty_timesheet: pre-commit stuff

This commit is contained in:
Daniel Palomar
2024-08-07 09:57:48 +02:00
parent f589c2ad1f
commit 85355376c2
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,
)