From 2eb2b5d3ae890700f1b3207abd9217bca8ea13d8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 13 Apr 2023 08:41:29 +0000 Subject: [PATCH] report_xlsx 15.0.1.1.2 --- 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 48d18f4ed..bb583d52e 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.1.1", + "version": "15.0.1.1.2", "development_status": "Mature", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]},