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.

23 lines
657 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Siddharth Bhalgami <siddharth.bhalgami@techreceptives.com>
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  4. {
  5. "name": "Web Widget - Image WebCam",
  6. "summary": "Allows to take image with WebCam",
  7. "version": "9.0.1.0.0",
  8. "category": "web",
  9. "website": "https://www.techreceptives.com",
  10. "author": "Tech Receptives, "
  11. "Odoo Community Association (OCA)",
  12. "license": "LGPL-3",
  13. "data": [
  14. "views/assets.xml",
  15. ],
  16. "depends": [
  17. "web",
  18. ],
  19. "qweb": [
  20. "static/src/xml/web_widget_image_webcam.xml",
  21. ],
  22. "installable": True,
  23. }