[12.0][FIX] base_transaction_id template extension not working

and breaking the whole view
pull/821/head
mpanarin 2019-04-02 14:16:03 +03:00 committed by Bhavesh Heliconia
parent 5fb198d902
commit 3922ca1e2b
1 changed files with 3 additions and 3 deletions

View File

@ -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>