remove pdb

This commit is contained in:
Luc De Meyer 2021-04-11 17:30:00 +02:00
parent 594842e55b
commit 41e6b04bea

View File

@ -51,7 +51,7 @@ class AccountStatementImport(models.TransientModel):
break
if not transactions:
message = _('This file doesn\'t contain any transaction.')
statement_ids = []
st_line_ids = []
notifications = {
'type': 'warning',
'message': message,