Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5344 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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)

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 25
5540
4
lip 16
5173
1
sty 25
1756
0
lut 25
2647
0
sie 22
2630