[IMP] mail_optional_follower_notification: pre-commit stuff

pull/1071/head
Maksym Yankin 2023-02-17 09:37:30 +02:00
parent f2501f7d92
commit 410c3d2f9c
2 changed files with 7 additions and 0 deletions

View File

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

View File

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