Skip to content

Commit

Permalink
Merge PR #4531 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by sergiocorato
  • Loading branch information
OCA-git-bot committed Jan 17, 2025
2 parents 9193386 + 64694b8 commit e04c89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_it_reverse_charge/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ def generate_supplier_self_invoice(self):
line_vals = inv_line.copy_data()[0]
line_vals["rc_source_line_id"] = inv_line.id
line_vals["move_id"] = supplier_invoice.id
line_vals["analytic_distribution"] = False
line_tax_ids = inv_line.tax_ids
mapped_taxes = rc_type.map_tax(
line_tax_ids,
Expand Down

0 comments on commit e04c89b

Please sign in to comment.