From 71b0a4cb6c7adc450c3da72c0d892b37cdfbf710 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 24 Jul 2015 15:58:20 +0200 Subject: [PATCH] [FIX] crm: next action date display condition The next action date (date_action) should be red if in the past, not if the deadline date is in the past. Introduced at 9f68a37 Courtesy of @sve-odoo :santa: --- addons/crm/crm_lead_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/crm/crm_lead_view.xml b/addons/crm/crm_lead_view.xml index 11b2d7d08cc..c72c2c90bb9 100644 --- a/addons/crm/crm_lead_view.xml +++ b/addons/crm/crm_lead_view.xml @@ -295,7 +295,7 @@
- oe_kanban_text_red + oe_kanban_text_red :