From 83f6aae937ffeb562a2e23907b57703c9d467f3b Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 12 Feb 2023 17:07:49 +0100 Subject: [PATCH] add support for 16.0 Odoo OE camt parser --- account_ebics_oca_statement_import/__manifest__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/account_ebics_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index 24a56e4..3c4cdc2 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Noviat. +# Copyright 2020-2023 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). { @@ -13,6 +13,8 @@ "account_ebics", "account_statement_import", ], - "installable": True, + # installable False unit OCA statement import becomes + # available for 16.0 + "installable": False, "auto_install": True, }