From 2a878b44ccea5bbaf7fc2a53c01588776613a4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 2 Jun 2021 14:49:15 +0200 Subject: [PATCH] report_xlsx: bump development status [ci skip] --- report_xlsx/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/report_xlsx/__manifest__.py b/report_xlsx/__manifest__.py index e898d3be..8cab6f2b 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -7,6 +7,7 @@ "website": "https://github.com/OCA/reporting-engine", "category": "Reporting", "version": "14.0.1.0.1", + "development_status": "Production/Stable", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]}, "depends": ["base", "web"],