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

  1. # Copyright 2018 Simone Orsi - Camptocamp SA
  2. # License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
  3. {
  4. "name": "Web URL widget advanced",
  5. "summary": "This module extends URL widget "
  6. "for displaying anchors with custom labels.",
  7. "category": "Web",
  8. "version": "11.0.1.0.0",
  9. "license": "LGPL-3",
  10. "author": "Camptocamp, Odoo Community Association (OCA)",
  11. "website": "https://github.com/OCA/web/",
  12. "depends": ["web"],
  13. "data": [
  14. "templates/assets.xml",
  15. ],
  16. "installable": True,
  17. }