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.

38 lines
986 B

  1. # -*- coding: utf-8 -*-
  2. # © 2010-2013 OpenERP s.a. (<http://openerp.com>).
  3. # © 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. {
  6. "name": "Dashboard Tile",
  7. "summary": "Add Tiles to Dashboard",
  8. "version": "8.0.4.0.0",
  9. "depends": [
  10. 'web',
  11. 'board',
  12. 'mail',
  13. 'web_widget_color',
  14. ],
  15. 'author': 'initOS GmbH & Co. KG, '
  16. 'GRAP, '
  17. 'Odoo Community Association (OCA)',
  18. "category": "web",
  19. 'license': 'AGPL-3',
  20. 'contributors': [
  21. 'initOS GmbH & Co. KG',
  22. 'GRAP',
  23. 'Iván Todorovich <ivan.todorovich@gmail.com>'
  24. ],
  25. 'data': [
  26. 'views/tile.xml',
  27. 'views/templates.xml',
  28. 'security/ir.model.access.csv',
  29. 'security/rules.xml',
  30. ],
  31. 'demo': [
  32. 'demo/res_groups.yml',
  33. 'demo/tile_tile.yml',
  34. ],
  35. 'qweb': [
  36. 'static/src/xml/custom_xml.xml',
  37. ],
  38. }