mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
12 lines
262 B
XML
12 lines
262 B
XML
<?xml version="1.0"?>
|
|
|
|
<templates xml:space="preserve">
|
|
|
|
<t t-extend="reconciliation.line.mv_line">
|
|
<t t-jquery=".cell_label" t-operation="append">
|
|
<t t-if="line.transaction_ref"> (<t t-esc="line.transaction_ref"/>)</t>
|
|
</t>
|
|
</t>
|
|
|
|
</templates>
|