功能刀具清单添加刀具组字段

This commit is contained in:
yuxianghui
2024-04-09 13:38:13 +08:00
parent e9bca64f20
commit 0a4c86f601
2 changed files with 4 additions and 0 deletions

View File

@@ -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)