修复“同一个产品多个制造订单时-只有一张制造订单有组件”
This commit is contained in:
@@ -324,7 +324,6 @@ class WorkCenterBarcode(models.Model):
|
||||
machine_tool_compensation_value_x = fields.Char('x补偿值', readonly=True)
|
||||
machine_tool_compensation_value_y = fields.Char('y补偿值', readonly=True)
|
||||
|
||||
|
||||
# 工单状态
|
||||
|
||||
delivery_records = fields.One2many('delivery.record', 'workorder_id', string="下发记录")
|
||||
|
||||
Reference in New Issue
Block a user