Skip to content

Commit

Permalink
[16.0][FIX] maintenance_equipment_hierarchy - children smartbutton le…
Browse files Browse the repository at this point in the history
…ads wrongly to parent equipment
  • Loading branch information
baimont committed Dec 13, 2022
1 parent 5e58fa9 commit fd60263
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def preview_child_list(self):
"name": _("Child equipment of %s") % self.name,
"type": "ir.actions.act_window",
"res_model": "maintenance.equipment",
"res_id": self.id,
"view_mode": "list,form",
"context": {
**self.env.context,
Expand Down

0 comments on commit fd60263

Please sign in to comment.