Merge PR #2790 into 16.0

Signed-off-by pedrobaeza
pull/2832/head
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) { _preapre_vis_timeline_options: function (attrs) {
return { return {
groupOrder: "order", groupOrder: "order",
orientation: "both", orientation: {axis: "both", item: "top"},
selectable: true, selectable: true,
multiselect: true, multiselect: true,
showCurrentTime: true, showCurrentTime: true,