Merge PR #746 into 17.0

Signed-off-by etobella
pull/748/head
OCA-git-bot 2024-11-18 09:16:25 +00:00
commit 9ff26fc2f8
1 changed files with 1 additions and 0 deletions

View File

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