How can I disable drag and drop in kanban view in Odoo 15?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
4125
Vistas
Hi Pavel,
Please add records_draggable="0" into the kanban tag of kanban view to disable drag and drop the records.
Like :
≤kanban records_draggable="0" ≥
Please vote the answer if it helps you.
Thanks
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
Thank you