From e39e9d8812fabbc403993644f4569744c0c5a238 Mon Sep 17 00:00:00 2001
From: hyyy <123@qq.com>
Date: Fri, 17 Jan 2025 14:17:46 +0800
Subject: [PATCH 01/10] =?UTF-8?q?=E6=94=BE=E5=BC=83=E4=BF=9D=E5=AD=98=20->?=
=?UTF-8?q?=20=E4=B8=8D=E4=BF=9D=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jikimo_frontend/static/src/js/custom_form_status_indicator.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jikimo_frontend/static/src/js/custom_form_status_indicator.js b/jikimo_frontend/static/src/js/custom_form_status_indicator.js
index ec64e553..0b6a6b50 100644
--- a/jikimo_frontend/static/src/js/custom_form_status_indicator.js
+++ b/jikimo_frontend/static/src/js/custom_form_status_indicator.js
@@ -62,7 +62,7 @@ patch(FormStatusIndicator.prototype, 'jikimo_frontend.FormStatusIndicator', {
const dom1 = buttonsDom.children('.o_form_button_save')
const dom2 = buttonsDom.children('.o_form_button_cancel')
dom1.append('保存')
- dom2.append('放弃保存')
+ dom2.append('不保存')
}
} catch (e) {
console.log(e)
From 9e2704f726a0fef35c91bb688b66c6ed0011e0fc Mon Sep 17 00:00:00 2001
From: yuxianghui <3437689193@qq.com>
Date: Mon, 20 Jan 2025 10:34:32 +0800
Subject: [PATCH 02/10] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B7=A5=E5=8D=95?=
=?UTF-8?q?=E9=80=81=E6=A3=80=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA=E7=9A=84?=
=?UTF-8?q?=E6=97=B6=E5=80=99=E9=9A=90=E8=97=8F=E5=AE=8C=E6=88=90=E6=8C=89?=
=?UTF-8?q?=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sf_manufacturing/views/mrp_workorder_view.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sf_manufacturing/views/mrp_workorder_view.xml b/sf_manufacturing/views/mrp_workorder_view.xml
index 505d0c41..5b409e38 100644
--- a/sf_manufacturing/views/mrp_workorder_view.xml
+++ b/sf_manufacturing/views/mrp_workorder_view.xml
@@ -182,7 +182,7 @@
+ attrs="{'invisible': ['|', '|', '|',('production_state', 'in', ('draft', 'done', 'cancel')), ('working_state', '=', 'blocked'), ('is_user_working', '=', False),'&','&',('state', 'in', ('progress')), ('is_inspect', '=', True), ('routing_type','!=','CNC加工')]}"/>