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 + + + + +