mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 20:52:04 +00:00
remove pdb
This commit is contained in:
parent
594842e55b
commit
41e6b04bea
@ -51,7 +51,7 @@ class AccountStatementImport(models.TransientModel):
|
|||||||
break
|
break
|
||||||
if not transactions:
|
if not transactions:
|
||||||
message = _('This file doesn\'t contain any transaction.')
|
message = _('This file doesn\'t contain any transaction.')
|
||||||
statement_ids = []
|
st_line_ids = []
|
||||||
notifications = {
|
notifications = {
|
||||||
'type': 'warning',
|
'type': 'warning',
|
||||||
'message': message,
|
'message': message,
|
||||||
|
Loading…
Reference in New Issue
Block a user