[12.0][FIX] base_transaction_id template extension not working
and breaking the whole viewpull/821/head
parent
5fb198d902
commit
3922ca1e2b
|
@ -2,10 +2,10 @@
|
|||
|
||||
<templates xml:space="preserve">
|
||||
|
||||
<t t-name="reconciliation.line.mv_line" t-inherit="account.reconciliation.line.mv_line">
|
||||
<xpath expr="//td[@class='cell_label']" position="inside">
|
||||
<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>
|
||||
</xpath>
|
||||
</t>
|
||||
</t>
|
||||
|
||||
</templates>
|
||||
|
|
Loading…
Reference in New Issue