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
16 lines
404 B
{
|
|
'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',
|
|
],
|
|
}
|