[MIG] web_ir_actions_act_window_message: Migration to 10. Also added HTML handling

This commit is contained in:
Benjamin Willig
2017-05-23 17:25:01 +02:00
committed by Jairo Llopis
parent 4f69643db2
commit 4e3b640b05
7 changed files with 31 additions and 11 deletions

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

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,
)