From 06d6d79e75fce97783784aa51ec998e5ff1cdcda Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 19 Feb 2020 23:35:07 +0100 Subject: [PATCH] [MIG][12.0] web_widget_open_tab --- web_widget_open_tab/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_open_tab/__manifest__.py b/web_widget_open_tab/__manifest__.py index cdaf4a12b..d79765a68 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': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'author': 'Creu Blanca,Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/web',