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"],