From 46acdc8c2d2612851740e529eb110f2a8febdafd Mon Sep 17 00:00:00 2001 From: dsolanki Date: Tue, 14 Mar 2023 16:53:14 +0530 Subject: [PATCH] [IMP] web_widget_open_tab: pre-commit stuff --- 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 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",