1、处理 制造订单内外协调拨单质量检查不通过,点击跳转质量检查页面报错 ;2、处理 工单Rfid绑定解绑是数据不正确问题
This commit is contained in:
@@ -190,7 +190,7 @@ class QualityCheck(models.Model):
|
||||
# doubly linked chain for tablet view navigation
|
||||
next_check_id = fields.Many2one('quality.check')
|
||||
previous_check_id = fields.Many2one('quality.check')
|
||||
is_produced = fields.Boolean(string="Has Been Produced")
|
||||
# is_produced = fields.Boolean(string="Has Been Produced")
|
||||
|
||||
# For components registration
|
||||
move_id = fields.Many2one(
|
||||
|
||||
Reference in New Issue
Block a user