From 00a2c2ec081dff60d7e5550c52777addbb73ec07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Alix?= Date: Tue, 18 Oct 2022 14:24:38 +0200 Subject: [PATCH] [DOC] base_user_role: set development status to 'Production/Stable' --- base_user_role/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base_user_role/__manifest__.py b/base_user_role/__manifest__.py index b659e2eb..35d8ce5a 100644 --- a/base_user_role/__manifest__.py +++ b/base_user_role/__manifest__.py @@ -8,6 +8,7 @@ "category": "Tools", "author": "ABF OSIELL, Odoo Community Association (OCA)", "license": "LGPL-3", + "development_status": "Production/Stable", "maintainers": ["sebalix", "jcdrubay", "novawish"], "website": "https://github.com/OCA/server-backend", "depends": ["base"],