Skip to content

Commit

Permalink
[FIX] l10n_it_reverse_charge: fix rc_inv_vals due to wrong module mig…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
tafaRU committed Dec 16, 2021
1 parent 5429bcb commit e405458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_reverse_charge/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def rc_inv_vals(self, partner, rc_type, lines, currency):
self.partner_id.display_name,
self.ref or "",
self.date,
self.sequence_number,
self.name,
)
return {
"partner_id": partner.id,
Expand Down

0 comments on commit e405458

Please sign in to comment.