summaryrefslogtreecommitdiff
path: root/addons/mail/static/src/components/file_uploader/file_uploader.xml
blob: bf144037511e3978285ab2d3e40fe100918ca764 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-name="mail.FileUploader" owl="1">
        <div class="o_FileUploader">
            <input class="o_FileUploader_input" t-on-change="_onChangeAttachment" multiple="true" type="file" t-ref="fileInput" t-key="'fileInput'"/>
        </div>
    </t>

</templates>