[MIG] web_timeline: Migration to 12.0

This commit is contained in:
tarteo
2018-10-23 11:27:20 +02:00
committed by CarlosRoca13
parent 990ef1868f
commit 2ffcacd690
13 changed files with 1111 additions and 716 deletions

View File

@@ -4,7 +4,8 @@
{
'name': "Web timeline",
'summary': "Interactive visualization chart to show events in time",
"version": "11.0.1.4.0",
"version": "12.0.1.0.0",
"development_status": "Production/Stable",
'author': 'ACSONE SA/NV, '
'Tecnativa, '
'Monk Software, '
@@ -14,7 +15,7 @@
"license": "AGPL-3",
"application": False,
"installable": True,
"website": "http://acsone.eu",
"website": "https://github.com/OCA/web",
'depends': [
'web',
],
@@ -24,4 +25,5 @@
'data': [
'views/web_timeline.xml',
],
"maintainers": ["tarteo"],
}