Commit 6ec492d0 by 夏超

[fix] 修改问题

parent a1bdf5d3
...@@ -99,7 +99,7 @@ class InheritProductionTask(models.Model): ...@@ -99,7 +99,7 @@ class InheritProductionTask(models.Model):
return { return {
"name": f"工艺设计({self.code})", "name": f"工艺设计({self.code})",
"type": "ir.actions.client", "type": "ir.actions.client",
"tag": "jzjx_project.roke_craft_design", "tag": "sdddl_project.roke_craft_design",
"target": "current", "target": "current",
"params": { "params": {
"controller": f"/roke/craft_design/index?product_id={self.product_id.id}&routing_id={routing_id.id}" "controller": f"/roke/craft_design/index?product_id={self.product_id.id}&routing_id={routing_id.id}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment