コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5685 ビュー

I want to disable drag-drop of the kanban tickets for specific object in v12 & v13.

Is there a way to do so without JS coding?

Thanks in advance.

アバター
破棄
最善の回答

Yes, you can do it by adding readonly="1" attribute in the state/stage_id field in kanban view in XML file.

Ex:

# Add readonly="1" to the field on which groupby is used in kanban
<kanban>
<field name="stage_id" readonly="1"/> or
<field name="state" readonly="1"/>
</kanban>

        // Deactivate the drag'n'drop if the groupedBy field:
        // - is a date or datetime since we group by month or
        // - is readonly (on the field attrs or in the view)

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 25
5823
4
7月 16
5446
1
1月 25
2026
0
2月 25
2911
0
8月 22
2830