mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] account_statement_import: dot files
This commit is contained in:
@@ -106,7 +106,7 @@ class AccountStatementImport(models.TransientModel):
|
||||
journal = self._match_journal(account_number, currency)
|
||||
if not journal.default_account_id:
|
||||
raise UserError(
|
||||
_("The Bank Accounting Account in not set on the " "journal '%s'.")
|
||||
_("The Bank Accounting Account in not set on the journal '%s'.")
|
||||
% journal.display_name
|
||||
)
|
||||
# Prepare statement data to be used for bank statements creation
|
||||
|
||||
Reference in New Issue
Block a user