From 4afa18b2e84872ced86e880ba9fe02c18b5b864c Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 2 Dec 2021 12:04:38 +0100 Subject: [PATCH] 15.0 server_environment is Production/Stable server_environment is a dependency of other modules which are in this status and now that we are checking this, we need to declare the maturity explicitly --- server_environment/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server_environment/__manifest__.py b/server_environment/__manifest__.py index e4828b0..446c266 100644 --- a/server_environment/__manifest__.py +++ b/server_environment/__manifest__.py @@ -10,6 +10,7 @@ "summary": "move some configurations out of the database", "website": "http://github.com/OCA/server-env", "license": "LGPL-3", + "development_status": "Production/Stable", "category": "Tools", "data": ["security/res_groups.xml", "serv_config.xml"], "installable": True,