From b4bef294ff3fa88a91ed65a5dfe850ddb4e0528b Mon Sep 17 00:00:00 2001 From: Raf Ven Date: Wed, 12 May 2021 14:29:21 +0200 Subject: [PATCH] [MIG] web_widget_open_tab: Migration to 14.0 --- 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 7bbeaa0da..975f0ccf5 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": "13.0.1.0.0", + "version": "14.0.1.0.0", "license": "AGPL-3", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",