Commit a001c7cd by 赵言乐

修复跳转问题

parent f4b7f800
...@@ -67,7 +67,7 @@ class InheritTransportationProductInfoWizard(models.TransientModel): ...@@ -67,7 +67,7 @@ class InheritTransportationProductInfoWizard(models.TransientModel):
'view_mode': 'tree', 'view_mode': 'tree',
'target': 'current', 'target': 'current',
'context': {}, 'context': {},
'domain': [('id', 'in', record.id)] '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