Skip to content

Commit

Permalink
FIX l10n_it_reverse_charge: reconcile_supplier_invoice setting curren…
Browse files Browse the repository at this point in the history
…cy to avoid redundant exchange_diff_move when not needed
  • Loading branch information
eLBati committed Jan 18, 2024
1 parent f215d46 commit 5abf670
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 @@ -194,6 +194,7 @@ def _rc_line_values(self, account, credit, debit):
"credit": credit,
"debit": debit,
"account_id": account.id,
"currency_id": self.currency_id.id,
}

def _rc_credit_line_amounts(self, amount):
Expand Down

0 comments on commit 5abf670

Please sign in to comment.