[IMP] account_reconcile_oca: Hide trash on reconciled items
parent
2e164c9123
commit
f28dcf78fc
|
@ -67,7 +67,7 @@
|
||||||
</th>
|
</th>
|
||||||
<th class="text-end">Debit</th>
|
<th class="text-end">Debit</th>
|
||||||
<th class="text-end">Credit</th>
|
<th class="text-end">Credit</th>
|
||||||
<th />
|
<th t-if="! props.record.data.is_reconciled" />
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<t
|
<t
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
class="btn fa fa-trash-o"
|
class="btn fa fa-trash-o"
|
||||||
role="button"
|
role="button"
|
||||||
t-on-click="(ev) => this.onTrashLine(ev, reconcile_line)"
|
t-on-click="(ev) => this.onTrashLine(ev, reconcile_line)"
|
||||||
t-if="reconcile_line.kind == 'other'"
|
t-if="reconcile_line.kind == 'other' && ! props.record.data.is_reconciled"
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue