From 3d110c9aa65608b5b12518f81454aacb2821dfc2 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 11 Apr 2021 17:30:00 +0200 Subject: [PATCH] remove pdb --- .../wizards/account_statement_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_ebics_oca_statement_import/wizards/account_statement_import.py b/account_ebics_oca_statement_import/wizards/account_statement_import.py index 0527c8c..235c796 100644 --- a/account_ebics_oca_statement_import/wizards/account_statement_import.py +++ b/account_ebics_oca_statement_import/wizards/account_statement_import.py @@ -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,