[FIX] web_timeline: Allow groupby m2m fields

This commit is contained in:
CarlosRoca13
2022-08-02 14:31:54 +02:00
parent d2dcca18ff
commit acc94d74c3
7 changed files with 123 additions and 40 deletions

View File

@@ -31,6 +31,7 @@ odoo.define("web_timeline.TimelineView", function (require) {
Controller: TimelineController,
Renderer: TimelineRenderer,
}),
viewType: "timeline",
/**
* @override