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",