From e29d5e62caa22c73eb8a9c0ff67cb41624b88b0b Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Thu, 6 Jan 2022 20:59:28 +0100 Subject: [PATCH] [UPD] account_statement_import: Mark as mature --- account_statement_import/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_statement_import/__manifest__.py b/account_statement_import/__manifest__.py index 256af144..414390d1 100644 --- a/account_statement_import/__manifest__.py +++ b/account_statement_import/__manifest__.py @@ -11,6 +11,7 @@ "depends": ["account"], "author": "Odoo SA, Akretion, Odoo Community Association (OCA)", "maintainers": ["alexis-via"], + "development_status": "Mature", "website": "https://github.com/OCA/bank-statement-import", "data": [ "security/ir.model.access.csv",