mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
account_reconciliation_widget: improve when label=False on account.reconcile.model.line
This commit is contained in:
committed by
kelvzxu
parent
55207a445d
commit
0c85256e0a
@@ -1626,7 +1626,7 @@ odoo.define("account.ReconciliationModel", function (require) {
|
||||
|
||||
var prop = {
|
||||
id: _.uniqueId("createLine"),
|
||||
label: values.label || line.st_line.name,
|
||||
label: values.label || line.st_line.payment_ref,
|
||||
account_id: account,
|
||||
account_code: account ? this.accounts[account.id] : "",
|
||||
analytic_account_id: this._formatNameGet(values.analytic_account_id),
|
||||
|
||||
Reference in New Issue
Block a user