跳至內容
選單
此問題已被標幟
1 回覆
2443 瀏覽次數

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

頭像
捨棄
最佳答案

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,

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
6月 25
1053
1
7月 19
4457
1
3月 24
1672
3
4月 20
6882
1
4月 20
4871