Skip to content

Commit

Permalink
Merge PR #3864 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by TheMule71
  • Loading branch information
OCA-git-bot committed Jan 19, 2024
2 parents f215d46 + 5abf670 commit f3aa160
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 f3aa160

Please sign in to comment.