From 266c448c0032b17b575c1db8b99dbac72a14a688 Mon Sep 17 00:00:00 2001 From: liaodanlong Date: Wed, 26 Feb 2025 13:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_manufacturing/models/purchase_order.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_manufacturing/models/purchase_order.py b/sf_manufacturing/models/purchase_order.py index a16eb120..398db85b 100644 --- a/sf_manufacturing/models/purchase_order.py +++ b/sf_manufacturing/models/purchase_order.py @@ -110,7 +110,7 @@ class PurchaseOrderLine(models.Model): _inherit = 'purchase.order.line' part_number = fields.Char('零件图号', store=True, compute='_compute_related_product') - part_name = fields.Char('零件图号', store=True, + part_name = fields.Char('零件名称', store=True, compute='_compute_related_product') related_product = fields.Many2one('product.product', string='关联产品', help='经此产品工艺加工成的成品')