Commit 696d2cea by 赵言乐

合并分支 'zyl_sdddl_project' 到 'sdddl_project'

跳转问题修复

查看合并请求 !3
parents 7089fb31 0b1cc0e7
......@@ -64,9 +64,12 @@ class InheritTransportationProductInfoWizard(models.TransientModel):
'name': "委外发料记录",
'type': 'ir.actions.act_window',
'res_model': 'roke.entrust.issue.record',
'view_mode': 'tree',
'view_mode': 'tree,form',
'target': 'current',
'context': {},
"views": [
[self.env.ref('sdddl_project.roke_entrust_issue_record_tree').id, "tree"],
[self.env.ref('sdddl_project.roke_entrust_issue_record_form').id, "form"]
],
'domain': [('id', '=', record.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