From c79672d1d42a551a8ae138ccc46550b466dc336a Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 18 Apr 2022 08:05:46 +0200 Subject: [PATCH] [IMP] report_xlsx: Promote to mature For dependent modules --- 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 57f7f8e11..0f323ea73 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -7,7 +7,7 @@ "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", "version": "14.0.1.0.6", - "development_status": "Production/Stable", + "development_status": "Mature", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]}, "depends": ["base", "web"],