From 3a8bd5223bab9a42b8a22c2f539fc81d6dc5fcec Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 7 Oct 2021 23:09:52 +0200 Subject: [PATCH] [14.0]add support for request type camt.xxx.cfonb120.stm.rfi --- account_ebics/__manifest__.py | 2 +- account_ebics/wizards/ebics_xfer.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 50cbd7a..35e85ec 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'EBICS banking protocol', - 'version': '14.0.1.0.0', + 'version': '14.0.1.0.1', 'license': 'LGPL-3', 'author': 'Noviat', 'website': 'www.noviat.com', diff --git a/account_ebics/wizards/ebics_xfer.py b/account_ebics/wizards/ebics_xfer.py index d9c1c55..30c55ed 100644 --- a/account_ebics/wizards/ebics_xfer.py +++ b/account_ebics/wizards/ebics_xfer.py @@ -411,6 +411,7 @@ class EbicsXfer(models.TransientModel): """ res = { 'camt.xxx.cfonb120.stm': self._handle_cfonb120, + 'camt.xxx.cfonb120.stm.rfi': self._handle_cfonb120, 'camt.052.001.02.stm': self._handle_camt052, 'camt.053.001.02.stm': self._handle_camt053, }