콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
7057 화면

I'm trying to change the project kanban view so that, when we click on a card, it will call the project instead of the task list.

So, I have to change this...

<div t-attf-class="oe_kanban_color_#{kanban_getcolor(record.color.raw_value)} oe_kanban_card oe_kanban_project oe_kanban_global_click">

into this...

<div t-attf-class="oe_kanban_color_#{kanban_getcolor(record.color.raw_value)} oe_kanban_card

oe_kanban_project oe_kanban_project_list oe_kanban_global_click">


( oe_kanban_project => oe_kanban_project oe_kanban_project_list)


Yet, I'm missing the right syntax to do this. Any ideas?


;)


아바타
취소
베스트 답변

Did you get anywhere with this? I have the same issue.

아바타
취소
베스트 답변

Nop !! Just remove JS code of kanban card click(Project > static > src > Js > project.js ) ...

아바타
취소

How can we do that without changing source code(e.g. in a module). thanks

관련 게시물 답글 화면 활동
0
3월 22
3237
1
12월 19
5337
0
9월 17
3930
0
9월 25
210
1
2월 25
5054