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.

27 lines
715 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.4.2",
  7. 'author': 'ACSONE SA/NV, '
  8. 'Tecnativa, '
  9. 'Monk Software, '
  10. 'Onestein, '
  11. 'Odoo Community Association (OCA)',
  12. "category": "web",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "website": "http://acsone.eu",
  17. 'depends': [
  18. 'web',
  19. ],
  20. 'qweb': [
  21. 'static/src/xml/web_timeline.xml',
  22. ],
  23. 'data': [
  24. 'views/web_timeline.xml',
  25. ],
  26. }