Merge remote-tracking branch 'origin/feature/功能刀具组装后' into feature/功能刀具
This commit is contained in:
@@ -6,7 +6,7 @@ class ResProductCategory(models.Model):
|
||||
|
||||
type = fields.Selection(
|
||||
[("成品", "成品"), ("坯料", "坯料"), ("原材料", "原材料"), ("表面工艺", "表面工艺"), ("刀具", "刀具"),
|
||||
("夹具", "夹具")],
|
||||
("夹具", "夹具"), ("功能刀具", "功能刀具")],
|
||||
default="", string="类型")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user