跳至内容
菜单
此问题已终结
2 回复
10968 查看

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
1851
0
9月 23
1547
6
10月 23
21808
3
3月 24
9265
2
9月 20
5897