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.

17 lines
576 B

  1. # Copyright 2017 - 2018 Modoolar <info@modoolar.com>
  2. # License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
  3. {
  4. "name": "Web Image URL",
  5. "summary": "This module provides web widget for displaying image from URL",
  6. "category": "Web",
  7. "version": "12.0.1.0.0",
  8. "license": "LGPL-3",
  9. "author": "Modoolar, Odoo Community Association (OCA)",
  10. "website": "https://github.com/OCA/web/",
  11. "depends": ["web"],
  12. "data": [
  13. "views/web_widget_image_url.xml",
  14. ],
  15. "qweb": ["static/src/xml/*.xml"],
  16. "installable": True,
  17. }