1.材料型号新增获取方式和供应商的输入验证2.每齿走刀量去掉切削速度字段

This commit is contained in:
jinling.yang
2024-01-10 15:24:31 +08:00
parent 8a15ce12d9
commit 82c0269761
2 changed files with 11 additions and 2 deletions

View File

@@ -162,7 +162,6 @@ 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)