Skip to content

Commit b8ca222

Browse files
[FIX][l10n_it_account] Fix base amount tax partially undeductible
1 parent a2e2ac4 commit b8ca222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

l10n_it_account/models/account_tax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def _compute_totals_tax(self, data):
187187
for child in tax.children_tax_ids:
188188
child_balance = child.balance
189189
tax_balance += child_balance
190+
base_balance += child.base_balance
190191
account_ids = (
191192
child.mapped("invoice_repartition_line_ids.account_id")
192193
| child.mapped("refund_repartition_line_ids.account_id")

0 commit comments

Comments
 (0)