From 8433d1708a562aa0c19068b0b1e28867a6a8a0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 19 Oct 2022 15:32:29 +0200 Subject: [PATCH] [IMP] web_domain_field: Promote to Production/Stable --- web_domain_field/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web_domain_field/__manifest__.py b/web_domain_field/__manifest__.py index 0bdf8547c..a527dc209 100644 --- a/web_domain_field/__manifest__.py +++ b/web_domain_field/__manifest__.py @@ -6,6 +6,7 @@ "summary": """ Use computed field as domain""", "version": "14.0.1.0.0", + "development_status": "Production/Stable", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web",