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