[IMP] web_ir_actions_act_window_message: pre-commit execution

pull/2389/head
miguels73 2023-01-16 09:28:50 +01:00
parent f5326f12f8
commit 82bb9729d8
2 changed files with 7 additions and 0 deletions

View File

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

View File

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