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, +)