Skip to content

Commit

Permalink
[FIX] account_reconcile_oca: Models where failing on default with a d…
Browse files Browse the repository at this point in the history
…ifferent currency
  • Loading branch information
etobella committed Aug 28, 2023
1 parent c11225c commit 91e9748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def _default_reconcile_data(self):
self.manual_reference
)
elif res and res.get("amls"):
amount = self.amount
amount = self.amount_total_signed
for line in res.get("amls", []):
line_data = self._get_reconcile_line(
line, "other", is_counterpart=True, max_amount=amount
Expand Down

0 comments on commit 91e9748

Please sign in to comment.