Skip to Content
Menu
This question has been flagged

Hi, could someone tell me in what way I can display the items in a view kanban with a specific color according to the state that is the record.

I'm trying something like this

<div t-attf-class="#{record.state=='scheduled' ? oe_kanban_color_#{kanban_getcolor(1)} : oe_kanban_color_#{kanban_getcolor(0)}">

but I looked ALL elements and not only those who are in the "scheduled".

Thanks :)

Avatar
Discard

Hy, I'm trying to do almost the same thing. What object are you focused on?

Related Posts Replies Views Activity
1
Mar 15
3982
0
Mar 15
4626
1
Mar 19
13554
2
Mar 24
8252
2
Aug 22
20445