From 0bbbfd242547362a20f4d93e11f037abac15654c Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 18 Apr 2026 15:33:33 +0200 Subject: [PATCH 1/2] [IMP] account_ebics, account_ebics_batch_payment: bump module versions --- account_ebics/__manifest__.py | 2 +- account_ebics_batch_payment/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 3ec3046..3d55076 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { "name": "EBICS banking protocol", - "version": "19.0.1.0.0", + "version": "19.0.1.1.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/", diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index d99f41f..1aaf0d6 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Upload Batch Payment via EBICS", - "version": "19.0.1.0.0", + "version": "19.0.1.1.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/", From b28f3495ae945744091077f06cbf9bd06fab9ea0 Mon Sep 17 00:00:00 2001 From: noviat-ci-bot Date: Sat, 18 Apr 2026 13:38:34 +0000 Subject: [PATCH 2/2] update addons table --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e20e916..edbacd8 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_ebics](account_ebics/) | 19.0.1.0.0 | | EBICS banking protocol +[account_ebics](account_ebics/) | 19.0.1.1.0 | | EBICS banking protocol [account_ebics_batch](account_ebics_batch/) | 19.0.1.0.0 | | EBICS Files automated import and processing -[account_ebics_batch_payment](account_ebics_batch_payment/) | 19.0.1.0.0 | | Upload Batch Payment via EBICS +[account_ebics_batch_payment](account_ebics_batch_payment/) | 19.0.1.1.0 | | Upload Batch Payment via EBICS [account_ebics_oe](account_ebics_oe/) | 19.0.1.0.0 | | Deploy account_ebics module on Odoo Enterprise [//]: # (end addons)