3
0
Fork 0

[IMP] web_timeline: Align to top instead of bottom

This avoids somewhat ugly very large "Unassigned" first row.
16.0
Houzéfa Abbasbhay 2024-04-03 18:30:13 +02:00
parent 70f971c085
commit 08139ea24d
No known key found for this signature in database
GPG Key ID: B30E9425D9198EC1
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,