feat: Se añade nuevo item en escala de interés, closed #57
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Camilo Gonzalez 2023-08-24 15:18:21 -05:00
parent 31fb4211e4
commit 05ae82839b
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ class Interest():
('0', '0 - Not answered'),
('1', '1 - Complete disinterest'),
('2', '2 - Middle interest'),
('3', '3 - High interest')
('3', '3 - High interest'),
('4', '4 - Closed sale')
]
return interest_levels

View File

@ -248,7 +248,7 @@ Programar una próxima llamada pendiente al seguimiento de prospecto::
Crear una llamada agendada previamente:
>>> make_call = Wizard('sale.prospect_trace.make_call', [prospect_trace])
>>> make_call.form.description = 'Fourth call to the prospect'
>>> make_call.form.interest = '3'
>>> make_call.form.interest = '4'
>>> make_call.execute('make_call')
>>> prospect_trace.pending_call