mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Fix error message
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user