From c47fce5fa6867d354b89033a69ab1da0a3c98ebc Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 14 Jun 2019 16:57:46 +0000 Subject: [PATCH] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + .../odoo/addons/web_switch_context_warning | 1 + setup/web_switch_context_warning/setup.py | 6 ++++++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 120000 setup/web_switch_context_warning/odoo/addons/web_switch_context_warning create mode 100644 setup/web_switch_context_warning/setup.py diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index a109422b..feec9040 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20190604.1 \ No newline at end of file +12.0.20190614.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e4746863..9f338e2d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -25,6 +25,7 @@ setuptools.setup( 'odoo12-addon-web_notify', 'odoo12-addon-web_responsive', 'odoo12-addon-web_searchbar_full_width', + 'odoo12-addon-web_switch_context_warning', 'odoo12-addon-web_timeline', 'odoo12-addon-web_tree_duplicate', 'odoo12-addon-web_tree_dynamic_colored_field', diff --git a/setup/web_switch_context_warning/odoo/addons/web_switch_context_warning b/setup/web_switch_context_warning/odoo/addons/web_switch_context_warning new file mode 120000 index 00000000..f253d844 --- /dev/null +++ b/setup/web_switch_context_warning/odoo/addons/web_switch_context_warning @@ -0,0 +1 @@ +../../../../web_switch_context_warning \ No newline at end of file diff --git a/setup/web_switch_context_warning/setup.py b/setup/web_switch_context_warning/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_switch_context_warning/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)