处理设备控制bug
This commit is contained in:
@@ -139,7 +139,7 @@ class SfMaintenanceEquipment(models.Model):
|
||||
record.equipment_type = record.category_id.equipment_type
|
||||
|
||||
code = fields.Char('行业编码')
|
||||
name = fields.Char('机台号')
|
||||
name = fields.Char('机台号', required=False)
|
||||
knife_type = fields.Selection(
|
||||
[("BT40", "BT40"), ("BT30", "BT30"), ("BT50", "BT50")],
|
||||
default="", string="刀把类型")
|
||||
|
||||
Reference in New Issue
Block a user