工序类型增加项目

This commit is contained in:
mgw
2024-11-21 10:41:07 +08:00
parent 36908f13d3
commit bafcf35ac9

View File

@@ -11,7 +11,9 @@ class ResMrpRoutingWorkcenter(models.Model):
('CNC加工', 'CNC加工'),
('解除装夹', '解除装夹'),
('切割', '切割'),
('表面工艺', '表面工艺')
('表面工艺', '表面工艺'),
('线切割', '线切割'),
('人工线下加工', '人工线下加工')
], string="工序类型")
routing_tag = fields.Selection([
('standard', '标准'),