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