From 98b9dc05dff90ede4de802987dc979faba00f482 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 19 May 2024 09:28:53 +0200 Subject: [PATCH] [MIG] account_ebics_oca_statement_import: Migration to 17.0 --- account_ebics_oca_statement_import/__manifest__.py | 4 ++-- .../wizards/account_statement_import.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_ebics_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index aad7c0d..d305694 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Noviat. +# Copyright 2020-2024 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). { "name": "account_ebics with OCA Bank Statement Imoort", "summary": "Use OCA Bank Statement Import with account_ebics", - "version": "16.0.1.0.2", + "version": "17.0.1.0.0", "author": "Noviat", "website": "https://www.noviat.com", "category": "Hidden", 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 dc33a96..0258b78 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-2023 Noviat. +# Copyright 2009-2024 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). import logging