新增零件名称,零件图号

This commit is contained in:
guanhuan
2024-12-30 09:43:20 +08:00
parent ab5b4c477f
commit f3e08f5ccc
4 changed files with 66 additions and 30 deletions

View File

@@ -1123,7 +1123,7 @@ class SfPickingType(models.Model):
if not self.env.user.has_group('base.group_system'):
action['context']['create'] = False
if self.sequence_code in ['DL', 'INT', 'PC']:
action['context']['search_default_retrospect_ref'] = 1
action['context']['search_default_retrospect'] = 1
return action