修复外协入库单根据图号查询不到
This commit is contained in:
@@ -1140,7 +1140,7 @@ class SfPickingType(models.Model):
|
||||
action = super(SfPickingType, self)._get_action(action_xmlid)
|
||||
if not self.env.user.has_group('base.group_system'):
|
||||
action['context']['create'] = False
|
||||
if self.sequence_code in ['DL', 'INT', 'PC']:
|
||||
if self.sequence_code in ['INT', 'PC']:
|
||||
action['context']['search_default_retrospect'] = 1
|
||||
return action
|
||||
|
||||
|
||||
Reference in New Issue
Block a user