How can I change the size height for kanban box
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
1853
Vistas
Hi,
You can solve it by using following style on a div of kanban view
style="-ms-flex: none !important;
-moz-flex: none !important;
-webkit-box-flex: none !important;
-webkit-flex: none !important;
flex: none !important;"
For more reference, you can check our odoo book : https://www.cybrosys.com/odoo/odoo-books/odoo-15-development/ch19/kanban-cards/
Regards
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse