mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] Solving pylint/flake and test errors.
Also added dutch translation.
This commit is contained in:
@@ -50,7 +50,7 @@ class TestStatementFile(TransactionCase):
|
||||
import_model.import_file(cr, uid, [bank_statement_id])
|
||||
# statement name is account number + '-' + date of last 62F line:
|
||||
ids = statement_model.search(
|
||||
cr, uid, [('name', '=', 'NL77ABNA0574908765-2014-02-20')])
|
||||
cr, uid, [('name', '=', 'NL77INGB0574908765-2014-02-20')])
|
||||
self.assertTrue(ids, 'Statement not found after parse.')
|
||||
statement_id = ids[0]
|
||||
statement_obj = statement_model.browse(
|
||||
|
||||
Reference in New Issue
Block a user