mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[16][FIX] account_reconcile_oca : keep aml label when empty on manual write-off reconcile model
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user