解决库存单据零件图号零件名称不对的问题
This commit is contained in:
@@ -795,7 +795,7 @@ class ResProductMo(models.Model):
|
||||
for record in self:
|
||||
if record.categ_id.name == '坯料':
|
||||
product_name = ''
|
||||
match = re.search(r'(S\d{5}-\d)', record.name)
|
||||
match = re.search(r'(S\d{5}-\d+)', record.name)
|
||||
# 如果匹配成功,提取结果
|
||||
if match:
|
||||
product_name = match.group(0)
|
||||
|
||||
Reference in New Issue
Block a user