[IMP] web_timeline: Extracted from incubator

This commit is contained in:
Laurent Mignon
2016-02-07 09:36:35 +01:00
committed by CarlosRoca13
parent bc7096d036
commit f5a29a3ffc
30 changed files with 37200 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
'name': "Web timeline",
'summary': """
Interactive visualization chart to visualize events in time
""",
"version": "0.1",
"author": "ACSONE SA/NV",
"category": "Acsone",
"website": "http://acsone.eu",
'depends': ['web', 'project'],
'qweb': ['static/src/xml/web_timeline.xml'],
'data': [
'views/web_timeline.xml',
'project_view.xml',
],
}