From 33574f6a6466a727e0c1dd8d1f5da75d5c3e12c0 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 18 Apr 2022 08:17:29 +0200 Subject: [PATCH] [IMP] report_xlsx_helper: Promote to mature For dependent modules. --- report_xlsx_helper/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/report_xlsx_helper/__manifest__.py b/report_xlsx_helper/__manifest__.py index 926969373..9966ff738 100644 --- a/report_xlsx_helper/__manifest__.py +++ b/report_xlsx_helper/__manifest__.py @@ -9,5 +9,6 @@ "version": "14.0.1.0.1", "license": "AGPL-3", "depends": ["report_xlsx"], + "development_status": "Mature", "installable": True, }