Skip to Content
Menu
This question has been flagged
1 Atsakyti
5803 Rodiniai

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

Portretas
Atmesti
Best Answer

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

Portretas
Atmesti
Autorius

Wow, thanks for tips!

Related Posts Replies Rodiniai Veikla
1
vas. 25
1491
1
bal. 23
1874
0
kov. 15
3974
0
kov. 16
3255
1
kov. 15
20058