From 3edf7748cfa9fd41f13a7e3547f32beba7b212cd 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 3fed2fa87..1ef73d020 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": "13.0.1.0.2", + "development_status": "Production/Stable", "license": "AGPL-3", "external_dependencies": {"python": ["xlsxwriter", "xlrd"]}, "depends": ["base", "web"],