コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
10962 ビュー

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
1849
0
9月 23
1547
6
10月 23
21806
3
3月 24
9262
2
9月 20
5896