From 2f79a64fa96ffa28b145ea5ed534743d3d967106 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Thu, 21 Apr 2022 11:11:38 +0200 Subject: [PATCH 1/3] [IMP] account_payment_order: Promote to Mature --- account_payment_order/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index 6827331a7..71c8fdc19 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -16,6 +16,7 @@ "Akretion, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", + "development_status": "Mature", "category": "Banking addons", "external_dependencies": {"python": ["lxml"]}, "depends": ["account_payment_partner", "base_iban"], # for manual_bank_tranfer From 66b4de4d143baa8a166abeeec8c40f7b36f2801f Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Thu, 21 Apr 2022 11:12:05 +0200 Subject: [PATCH 2/3] [IMP] account_payment_partner: Promote to Mature --- account_payment_partner/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_payment_partner/__manifest__.py b/account_payment_partner/__manifest__.py index 8554cee33..ce68ef4a3 100644 --- a/account_payment_partner/__manifest__.py +++ b/account_payment_partner/__manifest__.py @@ -12,6 +12,7 @@ "summary": "Adds payment mode on partners and invoices", "author": "Akretion, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", + "development_status": "Mature", "depends": ["account_payment_mode"], "data": [ "views/res_partner_view.xml", From f2c53539485d7dd18a584456f6da2f1c4354221b Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Thu, 21 Apr 2022 11:12:27 +0200 Subject: [PATCH 3/3] [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 d562115ef..6f45bfb6f 100644 --- a/account_payment_mode/__manifest__.py +++ b/account_payment_mode/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Payment Mode", "version": "13.0.1.2.0", - "development_status": "Production/Stable", + "development_status": "Mature", "license": "AGPL-3", "author": "Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment",