[IMP] web_widget_image_download: black, isort

This commit is contained in:
Alexandre Díaz
2020-01-30 17:50:13 +01:00
committed by manu
parent 720690c22a
commit 477a88bf48
5 changed files with 39 additions and 40 deletions

View File

@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2016 Flavio Corpa <flavio.corpa@tecnativa.com>
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<template>
<t t-extend="FieldBinaryImage">
<t t-jquery=".o_select_file_button" t-operation="after">
<t t-if="widget.value">
<a class="o_form_binary_file_download float-left" title="Download" aria-label="Download">
<button class="fa fa-download fa-lg"/>
<a
class="o_form_binary_file_download float-left"
title="Download"
aria-label="Download"
>
<button class="fa fa-download fa-lg" />
</a>
</t>
</t>