[IMP] web_drop_target: Upload multiple files

This commit is contained in:
Pablo Fuentes
2018-06-27 13:09:37 +02:00
committed by Jasmin Solanki
parent b8dbb90db2
commit 7d218a71ef
7 changed files with 91 additions and 24 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<template>
<t t-name="web_drop_target.drop_overlay">
<div class="o_drag_over">
<div class="o_drag_over_content">
<div>
<i class="fa fa-file-o fa-5x" aria-hidden="true"></i>
</div>
<div>
<h2>Drop your files here</h2>
</div>
</div>
</div>
</t>
</template>