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.

22 lines
650 B

  1. # Copyright 2016 Flavio Corpa <flavio.corpa@tecnativa.com>
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  3. {
  4. "name": "Web Widget - Image Download",
  5. "summary": "Allows to download any image from its widget",
  6. "version": "12.0.1.0.0",
  7. "category": "web",
  8. "website": "https://github.com/OCA/web",
  9. "author": "Tecnativa, Odoo Community Association (OCA), Kaushal Prajapati",
  10. "license": "LGPL-3",
  11. "application": False,
  12. 'installable': True,
  13. "data": [
  14. "views/assets.xml",
  15. ],
  16. "depends": [
  17. "web",
  18. ],
  19. "qweb": [
  20. "static/src/xml/web_widget_image_download.xml",
  21. ]
  22. }