Skip to content

Commit

Permalink
Merge PR OCA#2831 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jul 8, 2024
2 parents 0a9bf8a + bfcaa0a commit 20d376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_timeline/static/src/js/timeline_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 20d376d

Please sign in to comment.