-
+
+
+
+
+ sf.stock.scrap.form.view
+ stock.scrap
+
+
+
+
+
+
+
+
From 6bb46186b10b5009e59e330b104cbaea7a0f0356 Mon Sep 17 00:00:00 2001
From: mgw <1392924357@qq.com>
Date: Wed, 17 Jan 2024 17:56:15 +0800
Subject: [PATCH 5/6] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=83=A8=E5=88=86?=
=?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sf_plan/__manifest__.py | 2 +-
sf_plan/views/change_manufactuing.xml | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/sf_plan/__manifest__.py b/sf_plan/__manifest__.py
index 6059e3bd..c14b40ed 100644
--- a/sf_plan/__manifest__.py
+++ b/sf_plan/__manifest__.py
@@ -19,7 +19,7 @@
# 'security/rules.xml',
'wizard/action_plan_some.xml',
'views/view.xml',
- 'views/change_manufactuing.xml',
+ # 'views/change_manufactuing.xml',
],
diff --git a/sf_plan/views/change_manufactuing.xml b/sf_plan/views/change_manufactuing.xml
index 26ac88fc..d1500bbd 100644
--- a/sf_plan/views/change_manufactuing.xml
+++ b/sf_plan/views/change_manufactuing.xml
@@ -36,21 +36,21 @@
-
- custom.product.template.form
- product.template
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
From eefabbd5b3d9fc89e6868808e09207e169dd2734 Mon Sep 17 00:00:00 2001
From: mgw <1392924357@qq.com>
Date: Thu, 18 Jan 2024 09:13:41 +0800
Subject: [PATCH 6/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E6=A1=86=EF=BC=8C=E4=BD=86=E6=9A=82=E6=97=B6=E4=B8=8D=E5=90=AF?=
=?UTF-8?q?=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jikimo_frontend/__manifest__.py | 1 +
jikimo_frontend/static/src/css/list_border_styles.css | 3 +++
2 files changed, 4 insertions(+)
create mode 100644 jikimo_frontend/static/src/css/list_border_styles.css
diff --git a/jikimo_frontend/__manifest__.py b/jikimo_frontend/__manifest__.py
index 5808f8eb..2711118a 100644
--- a/jikimo_frontend/__manifest__.py
+++ b/jikimo_frontend/__manifest__.py
@@ -36,6 +36,7 @@
# 'jikimo_frontend/static/src/list/custom_import.js',
# 'jikimo_frontend/static/src/list/custom_width.js',
'jikimo_frontend/static/src/views/list_nums/extent_purchase.xml',
+ # 'jikimo_frontend/static/src/css/list_border_styles.css',
],
diff --git a/jikimo_frontend/static/src/css/list_border_styles.css b/jikimo_frontend/static/src/css/list_border_styles.css
new file mode 100644
index 00000000..bca5499e
--- /dev/null
+++ b/jikimo_frontend/static/src/css/list_border_styles.css
@@ -0,0 +1,3 @@
+.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove){
+ border:1px solid #dee2e6 !important;
+}
\ No newline at end of file