From 21b215530974032514c106aa8eb252147c899df1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 21 Jan 2019 11:55:43 +0000 Subject: [PATCH] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + .../odoo/addons/web_ir_actions_act_multi | 1 + setup/web_ir_actions_act_multi/setup.py | 6 ++++++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 120000 setup/web_ir_actions_act_multi/odoo/addons/web_ir_actions_act_multi create mode 100644 setup/web_ir_actions_act_multi/setup.py diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2e9a521d..dd869081 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20190119.0 \ No newline at end of file +12.0.20190121.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index aadece2e..715236d1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ setuptools.setup( 'odoo12-addon-web_disable_export_group', 'odoo12-addon-web_environment_ribbon', 'odoo12-addon-web_favicon', + 'odoo12-addon-web_ir_actions_act_multi', 'odoo12-addon-web_ir_actions_act_view_reload', 'odoo12-addon-web_listview_range_select', 'odoo12-addon-web_notify', diff --git a/setup/web_ir_actions_act_multi/odoo/addons/web_ir_actions_act_multi b/setup/web_ir_actions_act_multi/odoo/addons/web_ir_actions_act_multi new file mode 120000 index 00000000..70dacab2 --- /dev/null +++ b/setup/web_ir_actions_act_multi/odoo/addons/web_ir_actions_act_multi @@ -0,0 +1 @@ +../../../../web_ir_actions_act_multi \ No newline at end of file diff --git a/setup/web_ir_actions_act_multi/setup.py b/setup/web_ir_actions_act_multi/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_ir_actions_act_multi/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)