[ADD] Delete all button

This commit is contained in:
tarteo
2016-11-11 00:43:31 +01:00
parent 7fa82a1a86
commit 618a67ea29
3 changed files with 29 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-extend="ListView">
<t t-jquery=".o_list_record_delete" t-operation="inner">
<span class="fa fa-trash-o hidden"/>
</t>
</t>
</templates>