mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_timeline: Extracted from incubator
This commit is contained in:
committed by
CarlosRoca13
parent
bc7096d036
commit
f5a29a3ffc
16
web_timeline/__openerp__.py
Normal file
16
web_timeline/__openerp__.py
Normal 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',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user