From ed2c76adf1775e6af98ea05bfc248ec189f28b98 Mon Sep 17 00:00:00 2001 From: liaodanlong Date: Fri, 18 Apr 2025 17:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8E=82=E6=97=A5=E5=8E=86=E7=8B=AC?= =?UTF-8?q?=E7=AB=8B=E8=8F=9C=E5=8D=95=E5=88=B0=E8=AE=A1=E5=88=92=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_plan/__manifest__.py | 2 +- sf_plan/views/view.xml | 88 ++++++++++++++++++++++++++++++----------- 2 files changed, 67 insertions(+), 23 deletions(-) diff --git a/sf_plan/__manifest__.py b/sf_plan/__manifest__.py index c14b40ed..19b98dd8 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': ['sf_manufacturing'], + 'depends': ['sf_manufacturing','resource'], 'data': [ 'security/ir.model.access.csv', # 'security/rules.xml', diff --git a/sf_plan/views/view.xml b/sf_plan/views/view.xml index cf57b355..082cb582 100644 --- a/sf_plan/views/view.xml +++ b/sf_plan/views/view.xml @@ -24,15 +24,17 @@ - + - - - -