[MIG] web_ir_actions_act_window_message

This commit is contained in:
Thomas Binsfeld
2020-06-15 15:20:17 +02:00
parent e288227937
commit e776140f15
6 changed files with 61 additions and 62 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,
)