diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 8a9da7502..ff508a34e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -13.0.20200403.0 \ No newline at end of file +13.0.20200412.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f060eedca..b7781e089 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ setuptools.setup( 'odoo13-addon-web_dialog_size', 'odoo13-addon-web_domain_field', 'odoo13-addon-web_environment_ribbon', + 'odoo13-addon-web_ir_actions_act_multi', 'odoo13-addon-web_ir_actions_act_view_reload', 'odoo13-addon-web_m2x_options', 'odoo13-addon-web_no_bubble', 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 000000000..70dacab21 --- /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 000000000..28c57bb64 --- /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, +)