Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2339 Prikazi

Buen día, 


De casualidad alguien me puede ayudar indicándome como puedo restringir el arrastre de etapas en las vista tipo kanban del CRM, ya que tengo algunos campos obligatorios que deben diligenciar antes de cambiar de fase. 


Y adicionalmente como puedo restringir también dicho arrastre por tipo de usuario. 


En Odoo V17

Avatar
Opusti
Best Answer

Hi,

we can use 'records_draggable' parameter in Kanban tag, This parameter allows you to drag and drop Kanban cards into different groups. Its default value is "true." If records_draggable=”false”, then drag and drop of Kanban records will be impossible.

for example, 

                group_create="0"

                records_draggable="0"

                sample="1"

                default_group_by="crm_team_id"

                class="o_crm_team_member_kanban">

For more details, Please refer to the blog,https://www.cybrosys.com/blog/how-to-configure-the-advanced-kanban-view-in-odoo-16

Hope it helps,

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
jun. 25
843
1
jul. 19
4346
1
mar. 24
1498
3
apr. 20
6709
1
apr. 20
4740