From 184cba60325c47395d700c3b166834cf8d6d0c89 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 13 May 2022 09:55:59 +0200 Subject: [PATCH] [IMP] base_comment_template: Promote to mature It complies with the rules and it's needed for dependant modules. --- base_comment_template/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base_comment_template/__manifest__.py b/base_comment_template/__manifest__.py index f66d9f27f..71c801c16 100644 --- a/base_comment_template/__manifest__.py +++ b/base_comment_template/__manifest__.py @@ -12,6 +12,7 @@ "license": "AGPL-3", "installable": True, "depends": ["base", "mail"], + "development_status": "Mature", "data": [ "security/ir.model.access.csv", "security/security.xml",