命名修改

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'