Skip to content
Snippets Groups Projects
Commit 076fedb6 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] crm_partner_assign: colors only if there is a stage on the lead

parent 4ac4a0cf
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<field name="model">crm.lead</field>
<field name="priority" eval="32"/>
<field name="arch" type="xml">
<tree string="Leads" colors="red:stage_id[1]=='Disinterested';black:stage_id[1]=='Interested'">
<tree string="Leads" colors="red:stage_id and stage_id[1]=='Disinterested';black:stage_id and stage_id[1]=='Interested'">
<field name="date_deadline" invisible="1"/>
<field name="create_date"/>
<field name="name" string="Subject"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment