From 71c3e202e123f1e8cc842cae5c5189f1875e57f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Wed, 8 Jun 2022 11:21:07 +0200 Subject: [PATCH] [FIX] account_banking_reconciliation: correct development_status key --- account_banking_reconciliation/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_reconciliation/__manifest__.py b/account_banking_reconciliation/__manifest__.py index 2bdc6771..a17d928b 100644 --- a/account_banking_reconciliation/__manifest__.py +++ b/account_banking_reconciliation/__manifest__.py @@ -25,6 +25,6 @@ "report/report_bank_statement_summary.xml", "report/report_bank_statement_detail.xml"], "installable": True, - "development_status": "Stable", + "development_status": "Production/Stable", "maintainers": ["max3903"], }