From 6cd9edba405f085546b66e4dbc19458deaa982e4 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Tue, 14 Apr 2026 21:57:00 +0200 Subject: [PATCH] [IMP] account_ebics, account_ebics_batch_payment, account_ebics_payment_order: bump module versions --- account_ebics_payment_order/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index 89f6c9d..811b3e8 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Upload Payment Order via EBICS", - "version": "18.0.1.1.0", + "version": "18.0.1.2.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/",