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.

23 lines
609 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Therp BV <http://therp.nl>
  3. # Copyright 2016 Pedro M. Baeza
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Custom shortcut icon",
  7. "version": "11.0.1.0.0",
  8. "author": "Therp BV, "
  9. "Tecnativa, "
  10. "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "category": "Website",
  13. "summary": "Allows to set a custom shortcut icon (aka favicon)",
  14. "depends": [
  15. "web",
  16. ],
  17. "data": [
  18. "views/res_company.xml",
  19. "views/templates.xml",
  20. ],
  21. "installable": True,
  22. }