From 48316c55b7f2f0ead383f6e0c61875762b78625d Mon Sep 17 00:00:00 2001 From: guanhuan Date: Wed, 11 Jun 2025 08:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_demand_plan/models/sf_production_demand_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_demand_plan/models/sf_production_demand_plan.py b/sf_demand_plan/models/sf_production_demand_plan.py index 27e82c44..086412fa 100644 --- a/sf_demand_plan/models/sf_production_demand_plan.py +++ b/sf_demand_plan/models/sf_production_demand_plan.py @@ -8,7 +8,7 @@ from datetime import datetime, timedelta from odoo.exceptions import UserError -class SfProductionPlan(models.Model): +class SfProductionDemandPlan(models.Model): _name = 'sf.production.demand.plan' _description = 'sf_production_demand_plan'