From 8661dd16c1b2084c8a85fff0b6f74ab6c31a02bc Mon Sep 17 00:00:00 2001 From: guanhuan Date: Tue, 22 Oct 2024 15:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E7=B2=BE=E5=BA=A6=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_base/models/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_base/models/base.py b/sf_base/models/base.py index 6c01fc48..3d83cc96 100644 --- a/sf_base/models/base.py +++ b/sf_base/models/base.py @@ -399,6 +399,6 @@ class MachineToolCategory(models.Model): class MachiningAccuracy(models.Model): _name = 'sf.machining.accuracy' _description = '加工精度' - name = fields.Char('精度名称', index=True) + name = fields.Char('一般公差', index=True) standard_tolerance = fields.Char(string="标准公差") sync_id = fields.Char('同步ID')