[IMP] web_notify: pre-commit stuff

pull/2412/head
Benoit Aimont 2023-02-16 15:53:20 +01:00
parent 7661716d7a
commit dfa4146efc
2 changed files with 7 additions and 0 deletions
setup/web_notify

View File

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

View File

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