优化表面工艺

This commit is contained in:
jinling.yang
2024-08-23 17:32:35 +08:00
parent 40521e06a8
commit 9218633a5e
9 changed files with 64 additions and 75 deletions

View File

@@ -88,6 +88,7 @@ class MrsProductionProcess(models.Model):
code = fields.Char("编码")
name = fields.Char('名称')
remark = fields.Text("备注")
sequence = fields.Integer('排序')
# processing_order_ids = fields.One2many('sf.processing.order', 'production_process_id', string='工序')
partner_process_ids = fields.Many2many('res.partner', 'process_ids', '加工工厂')
active = fields.Boolean('有效', default=True)