mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[14.0][MIG] Migrated web_timeline.
This commit is contained in:
committed by
CarlosRoca13
parent
4b562effb8
commit
9671ba6b23
@@ -26,11 +26,11 @@ odoo.define("web_timeline.TimelineView", function (require) {
|
||||
icon: "fa-tasks",
|
||||
jsLibs: ["/web_timeline/static/lib/vis-timeline/vis-timeline-graph2d.js"],
|
||||
cssLibs: ["/web_timeline/static/lib/vis-timeline/vis-timeline-graph2d.css"],
|
||||
config: {
|
||||
config: _.extend({}, AbstractView.prototype.config, {
|
||||
Model: TimelineModel,
|
||||
Controller: TimelineController,
|
||||
Renderer: TimelineRenderer,
|
||||
},
|
||||
}),
|
||||
|
||||
/**
|
||||
* @override
|
||||
|
||||
Reference in New Issue
Block a user