diff --git a/account_payment_mode/__manifest__.py b/account_payment_mode/__manifest__.py index 98591d455..d94a5eae5 100644 --- a/account_payment_mode/__manifest__.py +++ b/account_payment_mode/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Payment Mode", "version": "15.0.1.0.0", - "development_status": "Production/Stable", + "development_status": "Mature", "license": "AGPL-3", "author": "Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index c84b84c85..f86134591 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -17,6 +17,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 diff --git a/account_payment_partner/__manifest__.py b/account_payment_partner/__manifest__.py index e85215a36..3972bc5f7 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",