[IMP] base_cron_exclusion: pre-commit stuff

pull/2478/head
joan 2022-11-29 15:50:09 +01:00
parent c9d6d9219e
commit b75e281650
2 changed files with 7 additions and 0 deletions

View File

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

View File

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