mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 04:02:03 +00:00
Merge pull request #35 from Noviat/13-cfonb
[13.0]add support for request type camt.xxx.cfonb120.stm.rfi
This commit is contained in:
commit
ebf26990ff
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'EBICS banking protocol',
|
'name': 'EBICS banking protocol',
|
||||||
'version': '13.0.1.3.1',
|
'version': '13.0.1.3.2',
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'author': 'Noviat',
|
'author': 'Noviat',
|
||||||
'website': 'www.noviat.com',
|
'website': 'www.noviat.com',
|
||||||
|
@ -414,6 +414,7 @@ class EbicsXfer(models.TransientModel):
|
|||||||
"""
|
"""
|
||||||
res = {
|
res = {
|
||||||
'camt.xxx.cfonb120.stm': self._handle_cfonb120,
|
'camt.xxx.cfonb120.stm': self._handle_cfonb120,
|
||||||
|
'camt.xxx.cfonb120.stm.rfi': self._handle_cfonb120,
|
||||||
'camt.052.001.02.stm': self._handle_camt052,
|
'camt.052.001.02.stm': self._handle_camt052,
|
||||||
'camt.053.001.02.stm': self._handle_camt053,
|
'camt.053.001.02.stm': self._handle_camt053,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user