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.

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