diff --git a/account_ebics_oca_statement_import/README.rst b/account_ebics_oca_statement_import/README.rst index 4fe75a6..ad87eca 100644 --- a/account_ebics_oca_statement_import/README.rst +++ b/account_ebics_oca_statement_import/README.rst @@ -6,12 +6,12 @@ Deploy account_ebics module with OCA Bank Statement Import ========================================================== -This module makes it possible to use OCA account_statement_import +This module makes it possible to use the OCA account_statement_import wizard in combination with 'account_ebics'. This module will be installed automatically when following modules are activated on your odoo database : - account_ebics -- account_statement_import +- account_statement_import_file diff --git a/account_ebics_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index e882810..ea0ed89 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -11,11 +11,9 @@ "license": "LGPL-3", "depends": [ "account_ebics", - "account_statement_import", + "account_statement_import_file", ], - # installable False unit OCA statement import becomes - # available for 16.0 - "installable": False, + "installable": True, "auto_install": True, "images": ["static/description/cover.png"], } diff --git a/account_ebics_oca_statement_import/wizards/account_statement_import.py b/account_ebics_oca_statement_import/wizards/account_statement_import.py index 83f1340..f4eb9e5 100644 --- a/account_ebics_oca_statement_import/wizards/account_statement_import.py +++ b/account_ebics_oca_statement_import/wizards/account_statement_import.py @@ -1,4 +1,4 @@ -# Copyright 2009-2020 Noviat. +# Copyright 2009-2023 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). import logging