mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Remove print
This commit is contained in:
committed by
Florian da Costa
parent
fb42d4c037
commit
911b03860b
@@ -289,7 +289,6 @@ class AccountJournal(models.Model):
|
|||||||
"The file is empty"))
|
"The file is empty"))
|
||||||
parsed_cols = parser.get_move_line_vals(result_row_list[0]).keys()
|
parsed_cols = parser.get_move_line_vals(result_row_list[0]).keys()
|
||||||
for col in parsed_cols:
|
for col in parsed_cols:
|
||||||
print dir(move_line_obj)
|
|
||||||
if col not in move_line_obj._fields:
|
if col not in move_line_obj._fields:
|
||||||
raise UserError(
|
raise UserError(
|
||||||
_("Missing column! Column %s you try to import is not "
|
_("Missing column! Column %s you try to import is not "
|
||||||
|
|||||||
Reference in New Issue
Block a user