From 332dc57f6434dc18b5168306818f78197d7ac988 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_batch_payment/__manifest__.py | 2 +- account_ebics_batch_payment/models/account_batch_payment.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index 747b538..f1dca19 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2009-2022 Noviat. +# Copyright 2009-2023 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). { diff --git a/account_ebics_batch_payment/models/account_batch_payment.py b/account_ebics_batch_payment/models/account_batch_payment.py index 62e51db..c313252 100644 --- a/account_ebics_batch_payment/models/account_batch_payment.py +++ b/account_ebics_batch_payment/models/account_batch_payment.py @@ -1,4 +1,4 @@ -# Copyright 2009-2022 Noviat. +# Copyright 2009-2023 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lpgl). from odoo import _, models