Skip to content

Commit

Permalink
FIX acc_facto_receiv_bal: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Nov 23, 2024
1 parent 587ea3a commit 568e48c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def action_post(self):
# useless
):
vals_list = rec._prepare_journal_entry_vals_list()
items = rec.env["account.move"].create(vals_list).action_post()
items = rec.env["account.move"].create(vals_list)
items.action_post()
rec.state = "posted"
for line in rec.line_ids:
Expand Down

0 comments on commit 568e48c

Please sign in to comment.