Commit 62e2a239 by juan

cierre

1 parent 51a9086d
......@@ -18,7 +18,7 @@ class hgt_llamada_pendiente(models.TransientModel):
)
fecha_hoy = fields.Date(
string='Fecha del acuerdo',
string='Fecha de creacion',
default=fields.Date.context_today,
)
......@@ -157,6 +157,7 @@ class hgt_llamada_pendiente(models.TransientModel):
'prioridad' : '1',
'descripcion' : descr,
'cierre': self.fecha_llamada,
"inicio": self.fecha_llamada,
}
nva_tarea = self.env['hgt.tarea'].create(vals2)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!