Merge PR #2831 into 14.0

Signed-off-by pedrobaeza
pull/2884/head
OCA-git-bot 2024-07-08 07:47:28 +00:00
commit 20d376deee
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,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,