bemade_fsm: fix new task from template wizard
This commit is contained in:
parent
6a1cfa2ec9
commit
8410bb64d7
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class TaskTemplate(models.Model):
|
|||
"equipment_ids": (
|
||||
[Command.set(self.equipment_ids.ids)] if self.equipment_ids else False
|
||||
),
|
||||
"partner_id": partner_id,
|
||||
"partner_id": partner_id.id,
|
||||
"company_id": self.company_id.id,
|
||||
}
|
||||
return vals
|
||||
|
|
|
|||
Loading…
Reference in a new issue