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:
2023-08-24 15:18:21 -05:00
parent 31fb4211e4
commit 05ae82839b
2 changed files with 3 additions and 2 deletions

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