Files
web/__openerp__.py
2018-04-11 22:07:22 +02:00

16 lines
361 B
Python

{
'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'],
'qweb': ['static/src/xml/timeline.xml'],
'data': [
'views/web_timeline.xml',
],
}