调整模型显示

This commit is contained in:
胡尧
2025-03-12 17:05:29 +08:00
parent b8bec37e15
commit 29337bfceb
14 changed files with 28 additions and 5 deletions

View File

@@ -1106,6 +1106,7 @@ class ResProductFixture(models.Model):
fixture_material_type = fields.Char(string="夹具物料类型", related='fixture_material_id.name')
multi_mounting_type_id = fields.Many2one('sf.multi_mounting.type', string="联装类型")
model_file = fields.Binary(string="3D模型图")
glb_url = fields.Char(string="3D模型图")
# 夹具物料基本参数
diameter = fields.Float('直径(mm)', digits=(16, 2))