From 704670a269efd1d3104797f69e63f901be1c85d1 Mon Sep 17 00:00:00 2001 From: Pierrick Brun Date: Wed, 24 Feb 2021 11:05:21 +0100 Subject: [PATCH] [MIG] report_context: Migration to 14.0 --- report_context/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_context/__manifest__.py b/report_context/__manifest__.py index 8210b9f8e..fa2ea751b 100644 --- a/report_context/__manifest__.py +++ b/report_context/__manifest__.py @@ -5,7 +5,7 @@ "name": "Report Context", "summary": """ Adding context to reports""", - "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/reporting-engine",