Merge branch 'feature/采购优化' into feature/返工优化_5

This commit is contained in:
yuxianghui
2024-11-26 11:15:56 +08:00
5 changed files with 6 additions and 1 deletions

View File

@@ -141,8 +141,8 @@ class ResMrpWorkOrder(models.Model):
# 是否绑定托盘
is_trayed = fields.Boolean(string='是否绑定托盘', default=False)
tag_type = fields.Selection([("重新加工", "重新加工")], string="标签", tracking=True)
technology_design_id = fields.Many2one('sf.technology.design')
def _compute_default_construction_period_status(self):