From d80b4b616987dcee26c28effc00f67bbb1a925bc Mon Sep 17 00:00:00 2001 From: "jinling.yang" Date: Wed, 12 Apr 2023 17:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BA=93=E5=AD=98=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E4=BD=8D=E7=BD=AE=EF=BC=8C=E5=A4=96=E5=8D=8F?= =?UTF-8?q?=E5=87=BA=E5=BA=93=EF=BC=8C=E5=A4=96=E5=8D=8F=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_manufacturing/__manifest__.py | 3 ++- sf_manufacturing/data/stock_data.xml | 35 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 sf_manufacturing/data/stock_data.xml diff --git a/sf_manufacturing/__manifest__.py b/sf_manufacturing/__manifest__.py index 2db63e1b..2f181b42 100644 --- a/sf_manufacturing/__manifest__.py +++ b/sf_manufacturing/__manifest__.py @@ -10,8 +10,9 @@ """, 'category': 'sf', 'website': 'https://www.sf.jikimo.com', - 'depends': ['mrp', 'sf_base', 'maintenance', 'web_widget_model_viewer'], + 'depends': ['mrp', 'sf_base', 'maintenance', 'web_widget_model_viewer', 'stock'], 'data': [ + 'data/stock_data.xml', 'security/group_security.xml', 'security/ir.model.access.csv', 'report/tray_report.xml', diff --git a/sf_manufacturing/data/stock_data.xml b/sf_manufacturing/data/stock_data.xml new file mode 100644 index 00000000..5253db20 --- /dev/null +++ b/sf_manufacturing/data/stock_data.xml @@ -0,0 +1,35 @@ + + + + + 外协 + + internal + VL-OC + true + + + + + 外协入库 + internal + true + + OCIN + + + + + + 外协出库 + internal + true + + OCOUT + + + + +