mirror of https://github.com/OCA/web.git
[FIX] web_timeline: Make colors attribute optional (#969)
parent
ceec0020d4
commit
3a513e4901
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
'name': "Web timeline",
|
'name': "Web timeline",
|
||||||
'summary': "Interactive visualization chart to show events in time",
|
'summary': "Interactive visualization chart to show events in time",
|
||||||
"version": "11.0.1.0.0",
|
"version": "11.0.1.0.1",
|
||||||
'author': 'ACSONE SA/NV, '
|
'author': 'ACSONE SA/NV, '
|
||||||
'Tecnativa, '
|
'Tecnativa, '
|
||||||
'Monk Software, '
|
'Monk Software, '
|
||||||
|
|
|
@ -148,6 +148,8 @@ odoo.define('web_timeline.TimelineView', function (require) {
|
||||||
'value': temp.expressions[1].value
|
'value': temp.expressions[1].value
|
||||||
};
|
};
|
||||||
}).value();
|
}).value();
|
||||||
|
} else {
|
||||||
|
this.colors = [];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue