58
58
'currency_id': obj_line.currency_id.id,
60
63
# Add source_date value for account_move_line that are a correction of another account_move_line
61
64
if obj_line.corrected_line_id and obj_line.source_date:
62
65
line_vals.update({'source_date': obj_line.source_date})