Hello,
I would like to know how can I hide the user wise (+)quick_create in project.task kanban view?
here is my sample code
0
when i write quick_create is 0 with attribute code is working for all users
task_group is a boolean field that depends on user security{'quick_create': [('task_group':True)],'no_quick_create': [('task_group':False)]}
is there any other option?