3
0
Fork 0

[MIG]web_ir_actions_act_window_message: make module installable.

9.0
Zakaria Makrelouf 2017-05-04 07:47:00 +01:00
parent e88cc8b2ef
commit 41188649ba
3 changed files with 8 additions and 0 deletions

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