功能刀具清单添加刀具组字段
This commit is contained in:
@@ -327,4 +327,6 @@ class ToolInventory(models.Model):
|
||||
blade_number = fields.Integer('刃数(个)')
|
||||
extension = fields.Float('伸出长度(mm)')
|
||||
|
||||
tool_groups_id = fields.Many2one('sf.tool.groups', string='刀具组')
|
||||
|
||||
active = fields.Boolean('已归档', default=True)
|
||||
|
||||
Reference in New Issue
Block a user