From 104e1e5d418021a6ce102887acfec806498759df Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Thu, 21 Apr 2022 11:12:27 +0200 Subject: [PATCH] [IMP] account_payment_mode: Promote to Mature --- account_payment_mode/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_mode/__manifest__.py b/account_payment_mode/__manifest__.py index 88e2cc000..1205b2379 100644 --- a/account_payment_mode/__manifest__.py +++ b/account_payment_mode/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Payment Mode", "version": "14.0.1.0.2", - "development_status": "Production/Stable", + "development_status": "Mature", "license": "AGPL-3", "author": "Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment",