From b87343f01755667b0b4fcd0dba475352c594a915 Mon Sep 17 00:00:00 2001 From: liaodanlong Date: Mon, 13 Jan 2025 17:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=8D=95=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=BF=AE=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 313d2e73..72ed971e 100644 --- a/sf_manufacturing/models/purchase_order.py +++ b/sf_manufacturing/models/purchase_order.py @@ -29,7 +29,7 @@ class PurchaseOrder(models.Model): # 如果你需要list形式的结果,可以将set转换为list account_moves = list(account_moves) if account_moves: - raise UserError(_("请联系工厂生产经理对该采购单的账单进行取消")) + raise UserError(_("请联系工厂生产经理对该采购单的供应商账单进行取消")) return super(PurchaseOrder, self).button_cancel() def action_view_production(self): origins = [order.name for order in self.picking_ids]