| ${_("Deposit Date")} | +${_("Deposit Ref")} | +${_("Beneficiary")} | +${_("Bank Account Number")} | +
|---|---|---|---|
| ${formatLang(deposit.deposit_date, date=True)} | +${deposit.name} | +${deposit.company_id.partner_id.name} | +${deposit.partner_bank_id.acc_number} | +
| ${_("Payment Date")} | +${_("Reference")} | +${_("Debtor")} | +${_("Amount")} | +
|---|---|---|---|
| ${move_line.date or ''} | +${move_line.ref or ''} | +${move_line.partner_id.name or ''} | +${deposit.currency_id == deposit.company_id.currency_id and move_line.debit or move_line.amount_currency} ${deposit.currency_id.name} | +
| ${_("Total:")} | +${deposit.total_amount or '0'} ${deposit.currency_id.name} | +||