[ADD] Tooltip on delete all button

This commit is contained in:
tarteo
2016-11-14 12:24:43 +01:00
parent 209c04d509
commit 4bbdb40db9

View File

@@ -5,7 +5,7 @@
<templates>
<t t-extend="ListView">
<t t-jquery=".o_list_record_delete" t-operation="inner">
<span class="fa fa-trash-o hidden"/>
<span class="fa fa-trash-o hidden" title="Delete all"/>
</t>
</t>
</templates>