From 78151fddbeafed8f9c85bbe4cb01f7d199679342 Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 13 Apr 2022 13:20:32 +0200 Subject: [PATCH] [FIX]report_xlsx_helper: Development status mature --- 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 0c7e647b6..9e0b47894 100644 --- a/report_xlsx_helper/__manifest__.py +++ b/report_xlsx_helper/__manifest__.py @@ -9,5 +9,6 @@ "version": "15.0.1.0.0", "license": "AGPL-3", "depends": ["report_xlsx"], + "development_status": "Mature", "installable": True, }