Port web_timeline to v10

This commit is contained in:
Leonardo Donelli
2017-01-12 01:04:30 +01:00
committed by Martin Nicolas Cuesta
parent 28688d4135
commit 36e47807b9
4 changed files with 75 additions and 104 deletions

View 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',
],
}