mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_timeline: Make colors attribute optional (#969)
This commit is contained in:
committed by
Pedro M. Baeza
parent
38a3dda07f
commit
0cefee21dc
@@ -148,6 +148,8 @@ odoo.define('web_timeline.TimelineView', function (require) {
|
||||
'value': temp.expressions[1].value
|
||||
};
|
||||
}).value();
|
||||
} else {
|
||||
this.colors = [];
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user