Merge PR #744 into 16.0

Signed-off-by etobella
pull/747/head
OCA-git-bot 2024-11-16 19:12:25 +00:00
commit 51e863bac5
1 changed files with 1 additions and 0 deletions

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