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
2310 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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,

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
cze 25
772
1
lip 19
4313
1
mar 24
1452
3
kwi 20
6656
1
kwi 20
4702