From 1457d690e31de1b4db7419a6031720afdaf4dd1c Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 13 Aug 2026 18:07:40 +0200 Subject: [PATCH] [IMP] PR review - small changes --- account_ebics/README.rst | 6 +++--- account_ebics/__manifest__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/account_ebics/README.rst b/account_ebics/README.rst index f8d5a61..6f86a04 100644 --- a/account_ebics/README.rst +++ b/account_ebics/README.rst @@ -41,16 +41,16 @@ What you get - **A trace of every exchange.** Each download and each upload is a record, with the file it carried, the moment it happened and the user behind it. -Both **EBICS 2.5** and **EBICS 3.0** are supported. +**EBICS 2.4**, **EBICS 2.5** and **EBICS 3.0** are supported. | Which banks =========== -Any bank that publishes an EBICS access point can be connected. The standard is owned by +Any bank that publishes an EBICS access point can be connected. The standard is maintained by EBICS SC, a company held by the German, French, Swiss and Austrian banking bodies -(DK, CFONB, SIX and PSA), and it is the ordinary corporate channel in those countries. +(DK, CFONB, SIX and PSA), and it is the standard corporate channel in those countries. To check a specific bank before you start, joonis publishes a public directory at `joonis.de/en/fintech/banks `_. diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index d6e782d..869a473 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -4,7 +4,7 @@ { "name": "EBICS banking protocol", "summary": "Download bank statements and upload payment " - "files directly from Odoo, over the European EBICS standard", + "files directly from Odoo, using the European EBICS standard", "version": "19.0.1.2.0", "license": "LGPL-3", "author": "Noviat",