From 2b6923cf7b559ecce9746a349a95de77bacf7c91 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 30 Aug 2022 05:29:38 +0000 Subject: [PATCH] report_xlsx 15.0.1.1.0 --- report_xlsx/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_xlsx/__manifest__.py b/report_xlsx/__manifest__.py index d6e1c9646..47b007218 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -6,7 +6,7 @@ "author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", - "version": "15.0.1.0.5", + "version": "15.0.1.1.0", "development_status": "Mature", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]},