mirror of https://github.com/OCA/web.git
commit
979536b4c9
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue