mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_timeline: Change draw_dependencies
This commit is contained in:
committed by
CarlosRoca13
parent
a6c04f1105
commit
542d034baa
@@ -270,7 +270,7 @@ odoo.define("web_timeline.TimelineRenderer", function(require) {
|
||||
const keys = Object.keys(items);
|
||||
for (const key of keys) {
|
||||
const item = items[key];
|
||||
const data = datas._data[key];
|
||||
const data = datas.get(Number(key));
|
||||
if (!data || !data.evt) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user