[IMP] product_warranty: pre-commit stuff

This commit is contained in:
arulbalamurugan
2022-11-29 11:46:08 +05:30
committed by Stefan
parent 201c9edad1
commit f741e76315
3 changed files with 8 additions and 1 deletions

View File

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

View File

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