list view delete button

bzr revid: al@openerp.com-20120410154156-adbw5slg9v65jrgo
This commit is contained in:
Antony Lesuisse 2012-04-10 17:41:56 +02:00
parent f2fc6561dc
commit dc12810ba9
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@
</td>
</t>
<td t-if="options.deletable" class='oe-record-delete' width="1">
<button type="button" name="delete"></button>
<button type="button" name="delete" class="oe_i">d</button>
</td>
</tr>