diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 6aca5656d..4978c8c1c 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20191120.0 \ No newline at end of file +12.0.20191126.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ed6125f0b..ccd38b13b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -22,6 +22,7 @@ setuptools.setup( 'odoo12-addon-web_group_by_percentage', 'odoo12-addon-web_ir_actions_act_multi', 'odoo12-addon-web_ir_actions_act_view_reload', + 'odoo12-addon-web_ir_actions_act_window_message', 'odoo12-addon-web_listview_range_select', 'odoo12-addon-web_m2x_options', 'odoo12-addon-web_no_bubble', diff --git a/setup/web_ir_actions_act_window_message/odoo/addons/web_ir_actions_act_window_message b/setup/web_ir_actions_act_window_message/odoo/addons/web_ir_actions_act_window_message new file mode 120000 index 000000000..9ba0c510a --- /dev/null +++ b/setup/web_ir_actions_act_window_message/odoo/addons/web_ir_actions_act_window_message @@ -0,0 +1 @@ +../../../../web_ir_actions_act_window_message \ No newline at end of file diff --git a/setup/web_ir_actions_act_window_message/setup.py b/setup/web_ir_actions_act_window_message/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_ir_actions_act_window_message/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)