# -*- coding: utf-8 -*- # Copyright 2016 ACSONE SA/NV () # 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": "9.0.1.0.0", 'author': 'ACSONE SA/NV,' 'Tecnativa,' 'Odoo Community Association (OCA)', "category": "web", "website": "http://acsone.eu", 'depends': [ 'web', ], 'qweb': [ 'static/src/xml/web_timeline.xml', ], 'data': [ 'views/web_timeline.xml', ], 'license': 'AGPL-3', }