How can I disable the drag-drop of the tickets in kanban view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
3724
查看
Yes, you can do this simply.
Just add read-only attribute in your field in kanban view.
<kanban>
<field name="state" readonly="1"/>
...
</kanban>
Hiii,
Please use this
records_draggable="false" default_group_by="student_id">
Thanks
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
1月 25
|
1724 | ||
|
0
8月 22
|
2595 | ||
|
0
3月 22
|
2588 | ||
|
2
1月 21
|
6312 | ||
|
2
3月 20
|
5270 |