revert tag inheritance in bemade_fsm from sale order to task
This commit is contained in:
parent
1e57afd3ca
commit
8093509995
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ class SaleOrderLine(models.Model):
|
||||||
}
|
}
|
||||||
task.message_post(body=task_msg)
|
task.message_post(body=task_msg)
|
||||||
|
|
||||||
task._inherit_tags_from(self.order_id)
|
|
||||||
if not task.equipment_ids and self.equipment_ids:
|
if not task.equipment_ids and self.equipment_ids:
|
||||||
task.equipment_ids = self.equipment_ids.ids
|
task.equipment_ids = self.equipment_ids.ids
|
||||||
return task
|
return task
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue