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.

16 lines
404 B

  1. {
  2. 'name': "Web timeline",
  3. 'summary': """
  4. Interactive visualization chart to visualize events in time
  5. """,
  6. "version": "0.1",
  7. "author": "ACSONE SA/NV",
  8. "category": "Acsone",
  9. "website": "http://acsone.eu",
  10. 'depends': ['web', 'project'],
  11. 'qweb': ['static/src/xml/web_timeline.xml'],
  12. 'data': [
  13. 'views/web_timeline.xml',
  14. 'project_view.xml',
  15. ],
  16. }