From 404226bcbb4667b63a8d74b841c9130428767922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Roche?= Date: Wed, 6 Jan 2021 14:37:19 +0100 Subject: [PATCH] [MIG] web_disable_export_group: Migration to 14.0 --- web_disable_export_group/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_disable_export_group/__manifest__.py b/web_disable_export_group/__manifest__.py index ae2a39767..7a4be4db9 100644 --- a/web_disable_export_group/__manifest__.py +++ b/web_disable_export_group/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Web Disable Export Group", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "license": "AGPL-3", "author": "Onestein, " "Tecnativa, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",