[12.0][FIX] base_transaction_id template extension not working

and breaking the whole view
This commit is contained in:
mpanarin
2019-04-02 14:16:03 +03:00
committed by Dũng (Trần Đình)
parent a900f392a5
commit dd67b7b1ce

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>