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
699 B

  1. # Copyright 2016-2017 Jairo Llopis <jairo.llopis@tecnativa.com>
  2. # Copyright 2016 Tecnativa - Vicent Cubells
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Image URLs from HTML field",
  6. "summary": "Extract images found in any HTML field",
  7. "version": "11.0.1.0.0",
  8. "category": "Tools",
  9. "website": "https://github.com/OCA/server-tools",
  10. "author": "Tecnativa, "
  11. "Onestein, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "external_dependencies": {
  17. "python": [
  18. "lxml.html",
  19. ],
  20. },
  21. "depends": [
  22. "base",
  23. ],
  24. }