命名修改

This commit is contained in:
guanhuan
2025-06-11 08:56:44 +08:00
parent 796e9b0cef
commit b33ba9c354
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from datetime import datetime, timedelta
from odoo.exceptions import UserError
class sf_production_plan(models.Model):
class SfProductionPlan(models.Model):
_name = 'sf.production.demand.plan'
_description = 'sf_production_demand_plan'

View File

@@ -5,7 +5,7 @@ from odoo import models, fields, api, _
_logger = logging.getLogger(__name__)
class Sf_Demand_Plan_Print_Wizard(models.TransientModel):
class SfDemandPlanPrintWizard(models.TransientModel):
_name = 'sf.demand.plan.print.wizard'
_description = u'打印向导'