You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
694 B
24 lines
694 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@techreceptives.com>
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
{
|
|
"name": "Web Widget - Image WebCam",
|
|
"summary": "Allows to take image with WebCam",
|
|
"version": "10.0.1.0.0",
|
|
"category": "web",
|
|
"website": "https://www.techreceptives.com",
|
|
"author": "Tech Receptives, "
|
|
"Odoo Community Association (OCA), "
|
|
"Kaushal Prajapati",
|
|
"license": "LGPL-3",
|
|
"data": [
|
|
"views/assets.xml",
|
|
],
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"qweb": [
|
|
"static/src/xml/web_widget_image_webcam.xml",
|
|
],
|
|
"installable": True,
|
|
}
|