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

Hi, I used Project Management module, and currently only admin are able to remove Team Member, when other User/Groups click the X button, it only display the user detail. Is there any access need to be tweak?

Thanks

頭像
捨棄
最佳答案

Hi,

In the Module Project you need to change the code in the file project_view.xml and for that inherit the view.

<field colspan="4" name="members" widget="many2many_kanban">
 <kanban quick_create="false" create="true" >

Instead of you need to write like:

<field colspan="4" name="members" widget="many2many_kanban">
 <kanban quick_create="false" create="true" delete="true">

Thanks,
Acespritech Solutions Pvt. Ltd.
www.acespritech.com
Mail: info@acespritech.com
Skype: acespritech
Blogs: http://acespritechblog.wordpress.com

頭像
捨棄
作者

Wow, thanks for tips!

相關帖文 回覆 瀏覽次數 活動
1
2月 25
1427
1
4月 23
1836
0
3月 15
3943
0
3月 16
3226
1
3月 15
19985