[IMP] account_reconcile_oca: Hide trash on reconciled items
parent
2e164c9123
commit
f28dcf78fc
|
@ -67,7 +67,7 @@
|
|||
</th>
|
||||
<th class="text-end">Debit</th>
|
||||
<th class="text-end">Credit</th>
|
||||
<th />
|
||||
<th t-if="! props.record.data.is_reconciled" />
|
||||
</thead>
|
||||
<tbody>
|
||||
<t
|
||||
|
@ -130,7 +130,7 @@
|
|||
class="btn fa fa-trash-o"
|
||||
role="button"
|
||||
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>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue