mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_payment_order: report show the invoice number or the move name
This commit is contained in:
committed by
Pedro M. Baeza
parent
b554366afe
commit
cec3b4aafc
@@ -9,7 +9,7 @@
|
||||
|
||||
{
|
||||
'name': 'Account Payment Order',
|
||||
'version': '10.0.1.4.0',
|
||||
'version': '10.0.1.5.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': "ACSONE SA/NV, "
|
||||
"Therp BV, "
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<span t-esc="get_bank_account_name(line.partner_bank_id)"/>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<span t-raw="'%s <br>' % line.move_line_id.move_id.name if line.move_line_id.move_id else ''"/>
|
||||
<span t-raw="'%s <br>' % line.move_line_id.invoice_id.number or line.move_line_id.move_id.name or ''"/>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<span t-field="line.date"/>
|
||||
|
||||
Reference in New Issue
Block a user