[16][FIX] account_reconcile_oca : keep aml label when empty on manual write-off reconcile model

pull/808/head
Florian da Costa 2024-11-15 13:19:33 +01:00 committed by Jordi Ballester Alomar
parent 421306ea80
commit 33a3206813
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,
"currency_id": self.company_id.currency_id.id,
"currency_amount": amount,
"name": line.get("name") or self.payment_ref,
}
)
reconcile_auxiliary_id += 1