Merge PR #744 into 16.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2024-11-16 19:12:25 +00:00

View File

@@ -511,6 +511,7 @@ class AccountBankStatementLine(models.Model):
"line_currency_id": self.company_id.currency_id.id,
"currency_id": self.company_id.currency_id.id,
"currency_amount": amount,
"name": line.get("name") or self.payment_ref,
}
)
reconcile_auxiliary_id += 1