Skip to content

Commit

Permalink
Merge PR #640 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 29, 2023
2 parents 59398b4 + 82c299e commit 3ef72af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def _match_journal(self, account_number, currency):
def _complete_stmts_vals(self, stmts_vals, journal, account_number):
speeddict = journal._statement_line_import_speeddict()
for st_vals in stmts_vals:
st_vals["journal_id"] = journal.id
for lvals in st_vals["transactions"]:
lvals["journal_id"] = journal.id
journal._statement_line_import_update_unique_import_id(
Expand Down

0 comments on commit 3ef72af

Please sign in to comment.