From dc68fc8b19c13c19e5dfb0d22f4a470b969647fb Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Tue, 19 Apr 2022 10:53:51 +0200 Subject: [PATCH] [IMP] report_xml: Promote to Stable --- report_xml/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/report_xml/__manifest__.py b/report_xml/__manifest__.py index 2e554a986..9bddbcbd6 100644 --- a/report_xml/__manifest__.py +++ b/report_xml/__manifest__.py @@ -5,6 +5,7 @@ "version": "14.0.1.0.1", "category": "Reporting", "website": "https://github.com/OCA/reporting-engine", + "development_status": "Production/Stable", "author": "Tecnativa, Odoo Community Association (OCA), Avoin.Systems", "license": "AGPL-3", "installable": True,