对工单的page页进行调整

This commit is contained in:
yuxianghui
2025-04-02 10:58:25 +08:00
parent 80f259651c
commit 4b5c3b383b
5 changed files with 114 additions and 118 deletions

View File

@@ -107,6 +107,8 @@ class ResMrpRoutingWorkcenter(models.Model):
class WorkIndividuationPage(models.Model):
_name = 'sf.work.individuation.page'
_order = 'sequence'
code = fields.Char('编号')
name = fields.Char('名称')
sequence = fields.Integer('序号')