[IMP] mail_activity_team: pre-commit stuff

pull/1129/head
Raf Ven 2023-04-17 12:43:51 +02:00
parent 6d3c7b0b95
commit c4f957e109
2 changed files with 7 additions and 0 deletions

View File

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

View File

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