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.

26 lines
688 B

  1. # Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "Web timeline",
  5. 'summary': "Interactive visualization chart to show events in time",
  6. "version": "11.0.1.0.0",
  7. 'author': 'ACSONE SA/NV, '
  8. 'Tecnativa, '
  9. 'Monk Software, '
  10. 'Odoo Community Association (OCA)',
  11. "category": "web",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "website": "http://acsone.eu",
  16. 'depends': [
  17. 'web',
  18. ],
  19. 'qweb': [
  20. 'static/src/xml/web_timeline.xml',
  21. ],
  22. 'data': [
  23. 'views/web_timeline.xml',
  24. ],
  25. }