From 18cbdf319715ad98ada671520d487039f2b3d427 Mon Sep 17 00:00:00 2001 From: OCA Git Bot Date: Tue, 16 Aug 2016 04:39:30 +0200 Subject: [PATCH] [ADD] setup.py --- .../web_ir_actions_act_window_none/odoo_addons/__init__.py | 1 + .../odoo_addons/web_ir_actions_act_window_none | 1 + setup/web_ir_actions_act_window_none/setup.py | 6 ++++++ 3 files changed, 8 insertions(+) create mode 100644 setup/web_ir_actions_act_window_none/odoo_addons/__init__.py create mode 120000 setup/web_ir_actions_act_window_none/odoo_addons/web_ir_actions_act_window_none create mode 100644 setup/web_ir_actions_act_window_none/setup.py diff --git a/setup/web_ir_actions_act_window_none/odoo_addons/__init__.py b/setup/web_ir_actions_act_window_none/odoo_addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/web_ir_actions_act_window_none/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/web_ir_actions_act_window_none/odoo_addons/web_ir_actions_act_window_none b/setup/web_ir_actions_act_window_none/odoo_addons/web_ir_actions_act_window_none new file mode 120000 index 00000000..862a0674 --- /dev/null +++ b/setup/web_ir_actions_act_window_none/odoo_addons/web_ir_actions_act_window_none @@ -0,0 +1 @@ +../../../web_ir_actions_act_window_none \ No newline at end of file diff --git a/setup/web_ir_actions_act_window_none/setup.py b/setup/web_ir_actions_act_window_none/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_ir_actions_act_window_none/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)