[ADD] setup.py

pull/476/head
Laurent Mignon (ACSONE) 2019-12-06 11:49:44 +01:00
parent 64abd1d1e1
commit 901c336963
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,
)