Merge remote-tracking branch 'origin/feature/功能刀具组装后' into feature/功能刀具

This commit is contained in:
JIKIMO-YXH\xianghui
2023-11-01 09:26:04 +08:00
8 changed files with 397 additions and 561 deletions

View File

@@ -6,7 +6,7 @@ class ResProductCategory(models.Model):
type = fields.Selection(
[("成品", "成品"), ("坯料", "坯料"), ("原材料", "原材料"), ("表面工艺", "表面工艺"), ("刀具", "刀具"),
("夹具", "夹具")],
("夹具", "夹具"), ("功能刀具", "功能刀具")],
default="", string="类型")