diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 184eb15..121195a 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'EBICS banking protocol', - 'version': '13.0.1.3.1', + 'version': '13.0.1.3.2', '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 01e1c48..9c777c9 100644 --- a/account_ebics/wizards/ebics_xfer.py +++ b/account_ebics/wizards/ebics_xfer.py @@ -414,6 +414,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, }