下达生产

This commit is contained in:
guanhuan
2025-05-28 10:47:03 +08:00
parent 53a67d7c76
commit 9b01254b3c
11 changed files with 110 additions and 2 deletions

View File

@@ -326,6 +326,7 @@ class ResMrpWorkOrder(models.Model):
tag_type = fields.Selection([("重新加工", "重新加工")], string="标签", tracking=True)
technology_design_id = fields.Many2one('sf.technology.design')
cnc_worksheet_name = fields.Char('工作指令文件名', readonly=True)
def _compute_default_construction_period_status(self):
need_list = ['pending', 'waiting', 'ready', 'progress', 'to be detected', 'done']