diff --git a/sf_manufacturing/views/mrp_workorder_view.xml b/sf_manufacturing/views/mrp_workorder_view.xml index 66afcc56..8066fa41 100644 --- a/sf_manufacturing/views/mrp_workorder_view.xml +++ b/sf_manufacturing/views/mrp_workorder_view.xml @@ -451,11 +451,11 @@ [('schedule_state', '=', '已排')] - + + + + + diff --git a/sf_plan/__manifest__.py b/sf_plan/__manifest__.py index ba43169d..54f3b064 100644 --- a/sf_plan/__manifest__.py +++ b/sf_plan/__manifest__.py @@ -13,7 +13,7 @@ 'author': 'jikimo', 'website': 'https://sf.cs.jikimo.com', # 此处依赖sf_manufacturing是因为我要重写其中的一个字段operation_id的string,故需要sf_manufacturing先安装 - 'depends': ['mrp', 'mrp_workorder', 'sf_manufacturing'], + 'depends': ['sf_manufacturing'], 'data': [ 'security/ir.model.access.csv', 'views/view.xml' diff --git a/sf_plan/views/view.xml b/sf_plan/views/view.xml index bce1cae5..1f35b088 100644 --- a/sf_plan/views/view.xml +++ b/sf_plan/views/view.xml @@ -305,13 +305,13 @@ action="sf_production_plan_action1" parent="sf_production_plan_menu" /> - + + + + + + + diff --git a/sf_plan_management/__manifest__.py b/sf_plan_management/__manifest__.py index 40043146..66f1b72d 100644 --- a/sf_plan_management/__manifest__.py +++ b/sf_plan_management/__manifest__.py @@ -10,7 +10,7 @@ """, 'category': 'sf', 'website': 'https://www.sf.jikimo.com', - 'depends': ['sf_manufacturing'], + 'depends': ['sf_plan'], 'data': [ 'security/ir.model.access.csv', # 'security/ir.model.access.csv', diff --git a/sf_plan_management/i18n/zh_CN.po b/sf_plan_management/i18n/zh_CN.po index 6e87cb88..d92d2937 100644 --- a/sf_plan_management/i18n/zh_CN.po +++ b/sf_plan_management/i18n/zh_CN.po @@ -21623,7 +21623,7 @@ msgstr "无包裹作业" #. module: mrp #: model:ir.ui.menu,name:mrp.menu_mrp_manufacturing msgid "Operations1" -msgstr "计划管理" +msgstr "制造订单" #. module: mrp_workorder #: model_terms:ir.ui.view,arch_db:mrp_workorder.mrp_workorder_view_form_inherit_workorder diff --git a/sf_plan_management/views/menu_view.xml b/sf_plan_management/views/menu_view.xml index 6817e30c..491bb533 100644 --- a/sf_plan_management/views/menu_view.xml +++ b/sf_plan_management/views/menu_view.xml @@ -3,7 +3,7 @@ diff --git a/sf_plan_management/views/operations_rename_menu.xml b/sf_plan_management/views/operations_rename_menu.xml index 2bafbdc9..b7d41013 100644 --- a/sf_plan_management/views/operations_rename_menu.xml +++ b/sf_plan_management/views/operations_rename_menu.xml @@ -8,16 +8,26 @@ Process + + + + + + - 工单计划 - - + + + + + + +