Files
web/web_widget_image_webcam/__manifest__.py
Alexis de Lattre d073d7e048 [MIG] web_widget_image_webcam from v13 to v14
Update webcam.js from 1.0.25 to 1.0.26
Fix URLs in readme/CONFIGURE.rst
Minor pre-commit reformatting in JS code
2022-10-20 20:36:20 +02:00

19 lines
655 B
Python

# Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@gmail.com>
# Copyright (C) 2019-Today: Druidoo (<https://www.druidoo.io>)
# 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": "14.0.1.0.0",
"category": "web",
"website": "https://github.com/OCA/web",
"author": "Tech Receptives, "
"Kaushal Prajapati, "
"Odoo Community Association (OCA)",
"license": "LGPL-3",
"data": ["views/assets.xml"],
"depends": ["web"],
"qweb": ["static/src/xml/web_widget_image_webcam.xml"],
"installable": True,
}