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?
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>
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
2
Apr 26
|
6353 | |||
|
0
Sep 23
|
4161 | |||
|
0
Sep 23
|
3777 | |||
|
6
Oct 23
|
25594 | |||
|
3
Mar 24
|
11781 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.