diff --git a/setup/web_ir_actions_act_view_reload/odoo/addons/web_ir_actions_act_view_reload b/setup/web_ir_actions_act_view_reload/odoo/addons/web_ir_actions_act_view_reload new file mode 120000 index 000000000..7ce67dc50 --- /dev/null +++ b/setup/web_ir_actions_act_view_reload/odoo/addons/web_ir_actions_act_view_reload @@ -0,0 +1 @@ +../../../../web_ir_actions_act_view_reload \ No newline at end of file diff --git a/setup/web_ir_actions_act_view_reload/setup.py b/setup/web_ir_actions_act_view_reload/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_ir_actions_act_view_reload/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)