产品优化
This commit is contained in:
@@ -340,7 +340,7 @@ class FeedPerTooth(models.Model):
|
||||
cutting_speed = fields.Char('径向切宽 ae(mm)')
|
||||
machining_method = fields.Selection([('直铣', '直铣'), ('坡铣', '坡铣')], string='加工方式')
|
||||
materials_type_id = fields.Many2one('sf.materials.model', string='材料型号')
|
||||
blade_diameter = fields.Char('刃部直径(mm)', readonly=True)
|
||||
blade_diameter = fields.Integer('刃部直径(mm)', readonly=True)
|
||||
feed_per_tooth = fields.Char('每齿走刀量 (mm/z)')
|
||||
|
||||
def _json_feed_per_tooth(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user