diff --git a/setup/web_widget_open_tab/odoo/addons/web_widget_open_tab b/setup/web_widget_open_tab/odoo/addons/web_widget_open_tab new file mode 120000 index 000000000..8d41af8dc --- /dev/null +++ b/setup/web_widget_open_tab/odoo/addons/web_widget_open_tab @@ -0,0 +1 @@ +../../../../web_widget_open_tab \ No newline at end of file diff --git a/setup/web_widget_open_tab/setup.py b/setup/web_widget_open_tab/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_widget_open_tab/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/web_widget_open_tab/__manifest__.py b/web_widget_open_tab/__manifest__.py index 3f359385d..3bfe26235 100644 --- a/web_widget_open_tab/__manifest__.py +++ b/web_widget_open_tab/__manifest__.py @@ -5,7 +5,7 @@ "name": "Widget Open on new Tab", "summary": """ Allow to open record from trees on new tab from tree views""", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "license": "AGPL-3", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",