From 5bb6fcd4f7b70fb38986971a47121640c1c47c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Fri, 20 Jun 2025 15:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_demand_plan_queue/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jikimo_demand_plan_queue/__manifest__.py b/jikimo_demand_plan_queue/__manifest__.py index aa970328..83f5e07d 100644 --- a/jikimo_demand_plan_queue/__manifest__.py +++ b/jikimo_demand_plan_queue/__manifest__.py @@ -6,7 +6,7 @@ 'author': 'fox', 'website': '', 'category': '', - 'depends': ['queue_job', 'sf_demand_plan'], + 'depends': ['queue_job_batch', 'sf_demand_plan'], 'data': [ ],