mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Port web_timeline to v10
This commit is contained in:
committed by
Martin Nicolas Cuesta
parent
28688d4135
commit
36e47807b9
24
web_timeline/__manifest__.py
Normal file
24
web_timeline/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': "Web timeline",
|
||||
'summary': "Interactive visualization chart to show events in time",
|
||||
"version": "10.0.1.0.0",
|
||||
'author': 'ACSONE SA/NV, '
|
||||
'Tecnativa, '
|
||||
'Monk Software, ',
|
||||
'Odoo Community Association (OCA)',
|
||||
"category": "web",
|
||||
"website": "http://acsone.eu",
|
||||
'depends': [
|
||||
'web',
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/web_timeline.xml',
|
||||
],
|
||||
'data': [
|
||||
'views/web_timeline.xml',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user