加工精度同步
This commit is contained in:
@@ -187,3 +187,11 @@ class MrsMaterialApply(models.Model):
|
||||
|
||||
name = fields.Char('名称', default=True)
|
||||
active = fields.Boolean('有效', default=True)
|
||||
|
||||
|
||||
class MachiningAccuracy(models.Model):
|
||||
_name = 'sf.machining.accuracy'
|
||||
_description = '加工精度'
|
||||
name = fields.Char('精度名称', index=True)
|
||||
discount = fields.Float('折扣')
|
||||
sync_id = fields.Char('同步ID')
|
||||
|
||||
Reference in New Issue
Block a user