From ced06fdf9aee42916dc0a79258ad882012323c22 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Mon, 25 Mar 2024 18:05:57 +0100 Subject: [PATCH] [MIG] account_ebics_payment_order: Migration to 17.0 --- account_ebics_payment_order/__manifest__.py | 4 ++-- .../views/account_payment_order_views.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index 4174e85..f4da019 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__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 Payment Order 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_payment_order/views/account_payment_order_views.xml b/account_ebics_payment_order/views/account_payment_order_views.xml index bdadee4..46bad82 100644 --- a/account_ebics_payment_order/views/account_payment_order_views.xml +++ b/account_ebics_payment_order/views/account_payment_order_views.xml @@ -10,7 +10,7 @@