1.修复材料型号同步报验证问题2.优化工单的工件派送3.计划里新增生产线的优化
This commit is contained in:
@@ -50,6 +50,8 @@ class MrpProduction(models.Model):
|
||||
work_state = fields.Char('业务状态')
|
||||
programming_state = fields.Char('编程状态')
|
||||
glb_file = fields.Binary("glb模型文件")
|
||||
production_line_id = fields.Many2one('sf.production.line', string='生产线')
|
||||
plan_start_processing_time = fields.Datetime('计划开始加工时间')
|
||||
|
||||
|
||||
@api.depends(
|
||||
|
||||
Reference in New Issue
Block a user