1、处理调拨单二次验证时其他提示信息窗口直接关闭问题;2、处理特殊途径-制造订单内外协调拨单质量检查不通过,点击跳转质量检查页面报错 问题

This commit is contained in:
yuxianghui
2025-03-13 13:02:22 +08:00
parent e10483b87b
commit 9d042dc61e
3 changed files with 5 additions and 4 deletions

View File

@@ -190,6 +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")
# For components registration
move_id = fields.Many2one(