From c3fdaf8d76a7849f26d4ca8d4c10f54afc7b9b8e Mon Sep 17 00:00:00 2001 From: "jinling.yang" Date: Tue, 22 Nov 2022 09:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=88=B6=E9=80=A0=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.DS_Store | Bin .../__init__.py | 0 .../__manifest__.py | 0 .../models/__init__.py | 0 .../models/model_type.py | 0 .../models/mrp_maintenance.py | 0 .../models/mrp_production.py | 0 .../models/mrp_routing_workcenter.py | 0 .../models/mrp_workcenter.py | 0 .../models/mrp_workorder.py | 0 .../models/stock.py | 0 .../models/tray.py | 0 .../report/tray_report.xml | 0 .../security/group_security.xml | 0 .../security/ir.model.access.csv | 0 .../views/model_type_view.xml | 0 .../views/mrp_maintenance_views.xml | 0 .../views/mrp_routing_workcenter_view.xml | 0 .../views/mrp_workcenter_views.xml | 0 .../views/mrp_workorder_view.xml | 0 .../views/tray_view.xml | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename {sf_manufacturing_orders => sf_manufacturing}/.DS_Store (100%) rename {sf_manufacturing_orders => sf_manufacturing}/__init__.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/__manifest__.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/__init__.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/model_type.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/mrp_maintenance.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/mrp_production.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/mrp_routing_workcenter.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/mrp_workcenter.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/mrp_workorder.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/stock.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/models/tray.py (100%) rename {sf_manufacturing_orders => sf_manufacturing}/report/tray_report.xml (100%) rename {sf_manufacturing_orders => sf_manufacturing}/security/group_security.xml (100%) rename {sf_manufacturing_orders => sf_manufacturing}/security/ir.model.access.csv (100%) rename {sf_manufacturing_orders => sf_manufacturing}/views/model_type_view.xml (100%) rename {sf_manufacturing_orders => sf_manufacturing}/views/mrp_maintenance_views.xml (100%) rename {sf_manufacturing_orders => sf_manufacturing}/views/mrp_routing_workcenter_view.xml (100%) rename {sf_manufacturing_orders => sf_manufacturing}/views/mrp_workcenter_views.xml (100%) rename {sf_manufacturing_orders => sf_manufacturing}/views/mrp_workorder_view.xml (100%) rename {sf_manufacturing_orders => sf_manufacturing}/views/tray_view.xml (100%) diff --git a/sf_manufacturing_orders/.DS_Store b/sf_manufacturing/.DS_Store similarity index 100% rename from sf_manufacturing_orders/.DS_Store rename to sf_manufacturing/.DS_Store diff --git a/sf_manufacturing_orders/__init__.py b/sf_manufacturing/__init__.py similarity index 100% rename from sf_manufacturing_orders/__init__.py rename to sf_manufacturing/__init__.py diff --git a/sf_manufacturing_orders/__manifest__.py b/sf_manufacturing/__manifest__.py similarity index 100% rename from sf_manufacturing_orders/__manifest__.py rename to sf_manufacturing/__manifest__.py diff --git a/sf_manufacturing_orders/models/__init__.py b/sf_manufacturing/models/__init__.py similarity index 100% rename from sf_manufacturing_orders/models/__init__.py rename to sf_manufacturing/models/__init__.py diff --git a/sf_manufacturing_orders/models/model_type.py b/sf_manufacturing/models/model_type.py similarity index 100% rename from sf_manufacturing_orders/models/model_type.py rename to sf_manufacturing/models/model_type.py diff --git a/sf_manufacturing_orders/models/mrp_maintenance.py b/sf_manufacturing/models/mrp_maintenance.py similarity index 100% rename from sf_manufacturing_orders/models/mrp_maintenance.py rename to sf_manufacturing/models/mrp_maintenance.py diff --git a/sf_manufacturing_orders/models/mrp_production.py b/sf_manufacturing/models/mrp_production.py similarity index 100% rename from sf_manufacturing_orders/models/mrp_production.py rename to sf_manufacturing/models/mrp_production.py diff --git a/sf_manufacturing_orders/models/mrp_routing_workcenter.py b/sf_manufacturing/models/mrp_routing_workcenter.py similarity index 100% rename from sf_manufacturing_orders/models/mrp_routing_workcenter.py rename to sf_manufacturing/models/mrp_routing_workcenter.py diff --git a/sf_manufacturing_orders/models/mrp_workcenter.py b/sf_manufacturing/models/mrp_workcenter.py similarity index 100% rename from sf_manufacturing_orders/models/mrp_workcenter.py rename to sf_manufacturing/models/mrp_workcenter.py diff --git a/sf_manufacturing_orders/models/mrp_workorder.py b/sf_manufacturing/models/mrp_workorder.py similarity index 100% rename from sf_manufacturing_orders/models/mrp_workorder.py rename to sf_manufacturing/models/mrp_workorder.py diff --git a/sf_manufacturing_orders/models/stock.py b/sf_manufacturing/models/stock.py similarity index 100% rename from sf_manufacturing_orders/models/stock.py rename to sf_manufacturing/models/stock.py diff --git a/sf_manufacturing_orders/models/tray.py b/sf_manufacturing/models/tray.py similarity index 100% rename from sf_manufacturing_orders/models/tray.py rename to sf_manufacturing/models/tray.py diff --git a/sf_manufacturing_orders/report/tray_report.xml b/sf_manufacturing/report/tray_report.xml similarity index 100% rename from sf_manufacturing_orders/report/tray_report.xml rename to sf_manufacturing/report/tray_report.xml diff --git a/sf_manufacturing_orders/security/group_security.xml b/sf_manufacturing/security/group_security.xml similarity index 100% rename from sf_manufacturing_orders/security/group_security.xml rename to sf_manufacturing/security/group_security.xml diff --git a/sf_manufacturing_orders/security/ir.model.access.csv b/sf_manufacturing/security/ir.model.access.csv similarity index 100% rename from sf_manufacturing_orders/security/ir.model.access.csv rename to sf_manufacturing/security/ir.model.access.csv diff --git a/sf_manufacturing_orders/views/model_type_view.xml b/sf_manufacturing/views/model_type_view.xml similarity index 100% rename from sf_manufacturing_orders/views/model_type_view.xml rename to sf_manufacturing/views/model_type_view.xml diff --git a/sf_manufacturing_orders/views/mrp_maintenance_views.xml b/sf_manufacturing/views/mrp_maintenance_views.xml similarity index 100% rename from sf_manufacturing_orders/views/mrp_maintenance_views.xml rename to sf_manufacturing/views/mrp_maintenance_views.xml diff --git a/sf_manufacturing_orders/views/mrp_routing_workcenter_view.xml b/sf_manufacturing/views/mrp_routing_workcenter_view.xml similarity index 100% rename from sf_manufacturing_orders/views/mrp_routing_workcenter_view.xml rename to sf_manufacturing/views/mrp_routing_workcenter_view.xml diff --git a/sf_manufacturing_orders/views/mrp_workcenter_views.xml b/sf_manufacturing/views/mrp_workcenter_views.xml similarity index 100% rename from sf_manufacturing_orders/views/mrp_workcenter_views.xml rename to sf_manufacturing/views/mrp_workcenter_views.xml diff --git a/sf_manufacturing_orders/views/mrp_workorder_view.xml b/sf_manufacturing/views/mrp_workorder_view.xml similarity index 100% rename from sf_manufacturing_orders/views/mrp_workorder_view.xml rename to sf_manufacturing/views/mrp_workorder_view.xml diff --git a/sf_manufacturing_orders/views/tray_view.xml b/sf_manufacturing/views/tray_view.xml similarity index 100% rename from sf_manufacturing_orders/views/tray_view.xml rename to sf_manufacturing/views/tray_view.xml