From 7b2c4cb3ac13f299db2e9cc7020ebd4724773b36 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Tue, 30 Jan 2024 22:32:52 +0100 Subject: [PATCH] [MIG] account_ebics_batch_payment: Migration to 17.0 --- account_ebics_batch_payment/__manifest__.py | 4 ++-- .../views/account_batch_payment_views.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index b3ef67d..e439212 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -1,9 +1,9 @@ -# Copyright 2009-2023 Noviat. +# Copyright 2009-2024 Noviat. # License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). { "name": "Upload Batch Payment via EBICS", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com", diff --git a/account_ebics_batch_payment/views/account_batch_payment_views.xml b/account_ebics_batch_payment/views/account_batch_payment_views.xml index ef1f564..4fa3326 100644 --- a/account_ebics_batch_payment/views/account_batch_payment_views.xml +++ b/account_ebics_batch_payment/views/account_batch_payment_views.xml @@ -10,7 +10,7 @@