[IMP] mail_show_follower: pre-commit execution

pull/1132/head
bosd 2023-04-20 12:42:12 +02:00
parent ba4fce594e
commit 17e5faf688
2 changed files with 7 additions and 0 deletions

View File

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

View File

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