Skip to content

Commit

Permalink
[FIX]account_invoice_partial: recompute taxes when making percentage …
Browse files Browse the repository at this point in the history
…invoice

Ticket: 55170
X-original-commit: a3f3f15
  • Loading branch information
pablohmontenegro committed Oct 26, 2022
1 parent 265f4c4 commit 2d46206
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -43,4 +43,5 @@ def compute_new_quantity(self):
rounding_method=self.rounding_method)
line._onchange_balance()
line.move_id._onchange_invoice_line_ids()
line.move_id._recompute_dynamic_lines(recompute_all_taxes=True)
line._onchange_mark_recompute_taxes()

0 comments on commit 2d46206

Please sign in to comment.