diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 702f5496..31d2cfe5 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20190222.0 \ No newline at end of file +12.0.20190318.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 6e803daf..9cc0d4b2 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -21,6 +21,7 @@ setuptools.setup( 'odoo12-addon-web_m2x_options', 'odoo12-addon-web_notify', 'odoo12-addon-web_responsive', + 'odoo12-addon-web_searchbar_full_width', 'odoo12-addon-web_timeline', 'odoo12-addon-web_widget_color', 'odoo12-addon-web_widget_image_download', diff --git a/setup/web_searchbar_full_width/odoo/addons/web_searchbar_full_width b/setup/web_searchbar_full_width/odoo/addons/web_searchbar_full_width new file mode 120000 index 00000000..0f78409f --- /dev/null +++ b/setup/web_searchbar_full_width/odoo/addons/web_searchbar_full_width @@ -0,0 +1 @@ +../../../../web_searchbar_full_width \ No newline at end of file diff --git a/setup/web_searchbar_full_width/setup.py b/setup/web_searchbar_full_width/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/web_searchbar_full_width/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)