diff --git a/sf_base/models/common.py b/sf_base/models/common.py
index 419caf17..d163a024 100644
--- a/sf_base/models/common.py
+++ b/sf_base/models/common.py
@@ -124,16 +124,16 @@ class MrsProcessingOrder(models.Model):
production_process_id = fields.Many2one('sf.production.process', string="表面工艺")
-class Tray(models.Model):
- _name = 'sf.tray'
- _description = '托盘'
-
- code = fields.Char('编码', copy=False)
- name = fields.Char('名称')
- state = fields.Selection(
- [("空闲", "空闲"), ("占用", "占用"), ("报损", "报损")],
- default="空闲", string="状态")
- active = fields.Boolean('有效', default=True)
+# class Tray(models.Model):
+# _name = 'sf.tray'
+# _description = '托盘'
+#
+# code = fields.Char('编码', copy=False)
+# name = fields.Char('名称')
+# state = fields.Selection(
+# [("空闲", "空闲"), ("占用", "占用"), ("报损", "报损")],
+# default="空闲", string="状态")
+# active = fields.Boolean('有效', default=True)
class SupplierSort(models.Model):
diff --git a/sf_base/security/ir.model.access.csv b/sf_base/security/ir.model.access.csv
index 8fd172b6..03e2a81b 100644
--- a/sf_base/security/ir.model.access.csv
+++ b/sf_base/security/ir.model.access.csv
@@ -9,7 +9,6 @@ access_sf_production_process,sf_production_process,model_sf_production_process,b
access_sf_production_materials,sf_production_materials,model_sf_production_materials,base.group_user,1,1,1,1
access_sf_materials_model,sf_materials_model,model_sf_materials_model,base.group_user,1,1,1,1
access_sf_processing_technology,sf_processing_technology,model_sf_processing_technology,base.group_user,1,1,1,1
-access_sf_tray,sf_tray,model_sf_tray,base.group_user,1,1,1,1
access_sf_supplier_sort,sf_supplier_sort,model_sf_supplier_sort,base.group_user,1,1,1,1
access_sf_production_process_parameter,sf_production_process_parameter,model_sf_production_process_parameter,base.group_user,1,1,1,1
access_sf_production_process_category,sf_production_process_category,model_sf_production_process_category,base.group_user,1,1,1,1
diff --git a/sf_base/views/common_view.xml b/sf_base/views/common_view.xml
index e15d644c..77f902b1 100644
--- a/sf_base/views/common_view.xml
+++ b/sf_base/views/common_view.xml
@@ -335,66 +335,66 @@
tree,form
- #------------------托盘------------------
-
- 托盘
- ir.actions.act_window
- sf.tray
- tree,form
-
-
- 创建托盘吧
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
- sf.tray.search
- sf.tray
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
- sf.tray.tree
- sf.tray
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
- sf.tray.form
- sf.tray
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sf_base/views/menu_view.xml b/sf_base/views/menu_view.xml
index 9525bbd3..cb8e85d9 100644
--- a/sf_base/views/menu_view.xml
+++ b/sf_base/views/menu_view.xml
@@ -44,13 +44,13 @@
sequence="2"
action="action_sf_machine_tool_type"/>
-
+
+
+
+
+
+
+