测试coding代码审查

This commit is contained in:
mgw
2023-11-17 09:55:41 +08:00
parent 08581c8bc4
commit c3ee544ca6

View File

@@ -9,7 +9,6 @@ from odoo.exceptions import UserError, ValidationError
# sf排程
class sf_production_plan(models.Model):
_name = 'sf.production.plan'
# _inherit = 'mrp.production'
_description = 'sf_production_plan'
_order = 'create_date desc'