Skip to content

Commit

Permalink
Merge pull request #424 from ecosoft-odoo/15.0-fix-budgeting_close_bu…
Browse files Browse the repository at this point in the history
…dget

[FIX] budget_control: close budget with fwd_analytic_account_id
  • Loading branch information
Saran440 authored Jan 3, 2024
2 parents b6c3d2b + 242d3e2 commit dbb3e16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion budget_control/models/base_budget_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,6 @@ def close_budget_move(self):
use_amount_commit=True,
commit_note=_("Auto adjustment on close budget"),
adj_commit=True,
).commit_budget(reverse=True)
).commit_budget(
reverse=True, analytic_account_id=docline.fwd_analytic_account_id
)

0 comments on commit dbb3e16

Please sign in to comment.