Skip to content

Commit

Permalink
[IMP] project: project Kanban view should be highlight all the records
Browse files Browse the repository at this point in the history
Clicking on the grey zone of the project task on a kanban view should be
highlight all the records without any green and block.

task-1952430
Closes #34108
  • Loading branch information
ppr-odoo committed Jun 14, 2019
1 parent f840ae4 commit b6bb18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/project/views/project_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
<field name="activity_state"/>
<field name="rating_last_value"/>
<field name="rating_ids"/>
<progressbar field="kanban_state" colors='{"done": "success", "blocked": "danger"}'/>
<progressbar field="kanban_state" colors='{"done": "success", "blocked": "danger", "normal": "grey"}'/>
<templates>
<t t-name="kanban-box">
<div t-attf-class="oe_kanban_color_#{kanban_getcolor(record.color.raw_value)} oe_kanban_card oe_kanban_global_click">
Expand Down

0 comments on commit b6bb18e

Please sign in to comment.