制造订单页面新增生产线和计划开始加工时间字段
This commit is contained in:
@@ -777,7 +777,7 @@ class WorkPieceDelivery(models.Model):
|
||||
|
||||
workorder_id = fields.Many2one('mrp.workorder', string='工单',
|
||||
domain=[('name', 'in', ('装夹', '解除装夹'))])
|
||||
name = fields.Char(related='workorder_id.production_id.name', string='工件编码/任务编码', store=True)
|
||||
production_code = fields.Char(related='workorder_id.production_id.name', string='工件编码/任务编码', store=True)
|
||||
plan_start_processing_time = fields.Datetime('计划开始加工时间')
|
||||
workpiece_code = fields.Char('同运工件编码')
|
||||
feeder_station_start = fields.Char('起点接驳站')
|
||||
|
||||
Reference in New Issue
Block a user