From aee297ef981a22fc1f4771853d9ad9220419cb11 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 9 Oct 2019 09:27:39 +0000 Subject: [PATCH] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + setup/web_search_with_and/odoo/addons/web_search_with_and | 1 + setup/web_search_with_and/setup.py | 6 ++++++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 120000 setup/web_search_with_and/odoo/addons/web_search_with_and create mode 100644 setup/web_search_with_and/setup.py diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index ea60b1adb..1801ef00a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20190731.0 \ No newline at end of file +12.0.20191009.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index dd8b04231..65f909bf5 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -27,6 +27,7 @@ setuptools.setup( 'odoo12-addon-web_no_bubble', 'odoo12-addon-web_notify', 'odoo12-addon-web_responsive', + 'odoo12-addon-web_search_with_and', 'odoo12-addon-web_searchbar_full_width', 'odoo12-addon-web_send_message_popup', 'odoo12-addon-web_switch_context_warning', diff --git a/setup/web_search_with_and/odoo/addons/web_search_with_and b/setup/web_search_with_and/odoo/addons/web_search_with_and new file mode 120000 index 000000000..d32981712 --- /dev/null +++ b/setup/web_search_with_and/odoo/addons/web_search_with_and @@ -0,0 +1 @@ +../../../../web_search_with_and \ No newline at end of file diff --git a/setup/web_search_with_and/setup.py b/setup/web_search_with_and/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_search_with_and/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)