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.

25 lines
742 B

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