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

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
1462
1
4月 23
1849
0
3月 15
3963
0
3月 16
3234
1
3月 15
20027