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

All the project is having the fixed stage_ids, And under each stage_ids ,user can create any tasks.Here in Task Kanban view there is ADD NEW COLUMN for creating new stage_ids .I need to Remove That ADD NEW COLUMN.

How can i do that?

頭像
捨棄
最佳答案

Inherit the kanban view to add the group_create attribute to the kanban node:

<kanban position="attributes">

    <attribute name="group_create">false</attribute>

</kanban>

頭像
捨棄
最佳答案

Hi,

     Remove this line from  addons/web_kanban/static/src/xml/web_kanban.xml

     <span class="o_kanban_title">Add new Column</span>

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
9月 23
1155
0
9月 23
985
6
10月 23
20747
3
3月 24
8507
2
9月 20
5334