diff --git a/account_move_base_import/models/account_journal.py b/account_move_base_import/models/account_journal.py index a73af6e1..485c6b0f 100644 --- a/account_move_base_import/models/account_journal.py +++ b/account_move_base_import/models/account_journal.py @@ -292,7 +292,7 @@ class AccountJournal(models.Model): if col not in move_line_obj._columns: raise UserError( _("Missing column! Column %s you try to import is not " - "present in the bank statement line!") % col) + "present in the account move line!") % col) move_vals = self.prepare_move_vals(result_row_list, parser) move = move_obj.create(move_vals) try: diff --git a/base_transaction_id/__init__.py b/base_transaction_id/__init__.py index 038f720f..9219cc0e 100644 --- a/base_transaction_id/__init__.py +++ b/base_transaction_id/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- # © 2012-2015 Yannick Vaucher (Camptocamp) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models