[10.0][MIG] Migrate web_widget_image_webcam v10

This commit is contained in:
smurf-U
2017-06-04 21:27:43 +05:30
committed by OCA-git-bot
parent 3087c55926
commit ea20fd8c2d
5 changed files with 16 additions and 23 deletions

View File

@@ -4,8 +4,8 @@
<template id="template" xml:space="preserve">
<t t-extend="FieldBinaryImage">
<t t-jquery=".oe_form_binary_file_edit" t-operation="after">
<a class="fa fa-eye fa-1g col-md-4 oe_form_binary_file_web_cam" title="WebCam"></a>
<t t-jquery=".o_select_file_button" t-operation="after">
<span class="fa fa-eye o_form_binary_file_web_cam" title="WebCam"/>
</t>
</t>
@@ -14,11 +14,11 @@
<div class="row">
<div class="col-md-12">
<div class="col-md-5 live_webcam_outer_div">
<div id="live_webcam"></div>
<div id="live_webcam"/>
</div>
<div class="col-md-2 mt64 direction_icon fa fa-angle-right fa-8x"></div>
<div class="col-md-2 mt64 direction_icon fa fa-angle-right fa-8x"/>
<div class="col-md-5 webcam_result_outer_div">
<div id="webcam_result"></div>
<div id="webcam_result"/>
</div>
</div>
</div>