feat: Se añade nuevo item en escala de interés, closed #57
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
31fb4211e4
commit
05ae82839b
@ -6,7 +6,8 @@ class Interest():
|
|||||||
('0', '0 - Not answered'),
|
('0', '0 - Not answered'),
|
||||||
('1', '1 - Complete disinterest'),
|
('1', '1 - Complete disinterest'),
|
||||||
('2', '2 - Middle interest'),
|
('2', '2 - Middle interest'),
|
||||||
('3', '3 - High interest')
|
('3', '3 - High interest'),
|
||||||
|
('4', '4 - Closed sale')
|
||||||
]
|
]
|
||||||
|
|
||||||
return interest_levels
|
return interest_levels
|
||||||
|
@ -248,7 +248,7 @@ Programar una próxima llamada pendiente al seguimiento de prospecto::
|
|||||||
Crear una llamada agendada previamente:
|
Crear una llamada agendada previamente:
|
||||||
>>> make_call = Wizard('sale.prospect_trace.make_call', [prospect_trace])
|
>>> make_call = Wizard('sale.prospect_trace.make_call', [prospect_trace])
|
||||||
>>> make_call.form.description = 'Fourth call to the prospect'
|
>>> make_call.form.description = 'Fourth call to the prospect'
|
||||||
>>> make_call.form.interest = '3'
|
>>> make_call.form.interest = '4'
|
||||||
>>> make_call.execute('make_call')
|
>>> make_call.execute('make_call')
|
||||||
|
|
||||||
>>> prospect_trace.pending_call
|
>>> prospect_trace.pending_call
|
||||||
|
Loading…
Reference in New Issue
Block a user