diff --git a/prospect_trace.py b/prospect_trace.py index 98111a7..efa7137 100644 --- a/prospect_trace.py +++ b/prospect_trace.py @@ -17,7 +17,7 @@ class ProspectTrace(ModelSQL, ModelView): calls = fields.One2Many('sale.call', 'prospect_trace', "Calls") _interest_field_type = fields.Selection( - Interest.get_interest_levels(), 'Interest') + Interest.get_interest_levels(), 'Current interest') current_interest = fields.Function( _interest_field_type, '_get_current_interest') diff --git a/view/call_form.xml b/view/call_form.xml index 76a00ab..5fa3ebf 100644 --- a/view/call_form.xml +++ b/view/call_form.xml @@ -7,6 +7,15 @@ this repository contains the full copyright notices and license terms. -->