mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[12.0][FIX] base_transaction_id template extension not working
and breaking the whole view
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
a900f392a5
commit
dd67b7b1ce
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user