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'