[NEW] web_widget_image_webcam: New Module that allows to take image with webcam

This commit is contained in:
Siddharth Bhalgami
2016-09-14 14:01:14 +05:30
parent be2638f3a1
commit cb9f2cbbc0
11 changed files with 1000 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@techreceptives.com>
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr=".">
<script type="text/javascript"
src="/web_widget_image_webcam/static/src/js/webcam.js"/>
<link rel="stylesheet"
href="/web_widget_image_webcam/static/src/css/web_widget_image_webcam.css"/>
<script type="text/javascript"
src="/web_widget_image_webcam/static/src/js/webcam_widget.js"/>
</xpath>
</template>
</odoo>