优化工单工序,优化表面工艺排序

This commit is contained in:
jinling.yang
2024-08-29 19:53:37 +08:00
parent 5b3193d3ff
commit f251878637
3 changed files with 3 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ class MrsProductionProcessCategory(models.Model):
class MrsProductionProcess(models.Model):
_name = 'sf.production.process'
_description = '表面工艺'
order = 'sequence asc'
code = fields.Char("编码")
name = fields.Char('名称')