3
0
Fork 0

Merge PR #2790 into 16.0

Signed-off-by pedrobaeza
16.0
OCA-git-bot 2024-05-21 17:05:39 +00:00
commit 979536b4c9
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ odoo.define("web_timeline.TimelineView", function (require) {
_preapre_vis_timeline_options: function (attrs) {
return {
groupOrder: "order",
orientation: "both",
orientation: {axis: "both", item: "top"},
selectable: true,
multiselect: true,
showCurrentTime: true,