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

closes #141

Ticket: 55170
X-original-commit: a3f3f15
Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
Signed-off-by: Pablo  Montenegro <pam@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Oct 26, 2022
1 parent 265f4c4 commit 4ed4758
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 4ed4758

Please sign in to comment.