修改自动完成制造订单得方法,完工产品捡取需变成就绪状态

This commit is contained in:
qihao.gong@jikimo.com
2024-01-08 17:51:16 +08:00
parent 317b5d4ced
commit 3742a3b163
3 changed files with 90 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ class FeedPerTooth(models.Model):
_order = 'blade_diameter,cutting_width_depth_id,materials_type_id'
name = fields.Char('名称')
cutting_speed = fields.Char('切削速度', required=True)
product_template_id = fields.Many2one('product.template')
standard_library_id = fields.Many2one('sf.cutting_tool.standard.library', string='标准库')
blade_diameter = fields.Integer('刃部直径(mm)', readonly=True)