콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
10151 화면

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
1156
0
9월 23
993
6
10월 23
20748
3
3월 24
8511
2
9월 20
5339