From 657403facb4ec620f53fd1f4fc84c5fbbb0bb1f1 Mon Sep 17 00:00:00 2001 From: evgeny-l Date: Wed, 21 Jun 2023 13:37:11 +0200 Subject: [PATCH] [FIX] account_ebics: minor typos --- account_ebics/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/account_ebics/README.rst b/account_ebics/README.rst index bb9f14d..dafe4b1 100644 --- a/account_ebics/README.rst +++ b/account_ebics/README.rst @@ -167,7 +167,7 @@ Most commonly used formats for which support is available in Odoo should be ther Please open an issue on https://github.com/Noviat/account_ebics to report missing EBICS File Formats. -For File Formats of type 'Downloads' you can also specifiy a 'Download Process Method'. +For File Formats of type 'Downloads' you can also specify a 'Download Process Method'. This is the method that will be executed when hitting the 'Process' button on the downloaded file. @@ -205,7 +205,7 @@ During the processing of your EBICS upload/download, your bank may return an Err EBICS Functional Error: EBICS_NO_DOWNLOAD_DATA_AVAILABLE (code: 90005) -A detailled explanation of the codes can be found on http://www.ebics.org. +A detailed explanation of the codes can be found on http://www.ebics.org. You can also find this information in the doc folder of this module (file EBICS_Annex1_ReturnCodes). | @@ -213,7 +213,7 @@ You can also find this information in the doc folder of this module (file EBICS_ Known Issues / Roadmap ====================== -- add support to import externally generated keys & certificates (currently only 3SKey signature certificate). +- Add support to import externally generated keys & certificates (currently only 3SKey signature certificate). - For Odoo 16.0 the interaction with the OCA payment order and bank statement import modules (e.g. french CFONB) is not yet available. - Electronic Distributed Signature (EDS) is not supported in the current version of this module.