[MIG] web_widget_image_download: Migration to 11.0

This commit is contained in:
ernesto
2018-05-28 00:01:05 -04:00
committed by Pedro M. Baeza
parent 8967a10ceb
commit fceb20d33a
5 changed files with 8 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
<template>
<t t-extend="FieldBinaryImage">
<t t-jquery=".o_select_file_button" t-operation="after">
<t t-if="widget.has_custom_image()">
<t t-if="widget.value">
<a class="fa fa-download o_form_binary_file_download"
title="Download"/>
</t>