From d5cbba21332dbdc255d829c667a50bc6bb0623cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 13 Jan 2022 10:19:41 +0100 Subject: [PATCH] web_notify: bump dev status It exists since many version and is actively maintained. --- web_notify/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web_notify/__manifest__.py b/web_notify/__manifest__.py index 3dbbdc2f1..a9dc748ab 100644 --- a/web_notify/__manifest__.py +++ b/web_notify/__manifest__.py @@ -9,6 +9,7 @@ "version": "14.0.1.0.0", "license": "AGPL-3", "author": "ACSONE SA/NV," "AdaptiveCity," "Odoo Community Association (OCA)", + "development_status": "Production/Stable", "website": "https://github.com/OCA/web", "depends": ["web", "bus", "base"], "data": ["views/web_notify.xml"],