拉取最新代码

This commit is contained in:
qihao.gong@jikimo.com
2024-01-09 14:17:38 +08:00
parent e6c77e7b35
commit 1a896a730e
5 changed files with 12 additions and 12 deletions

View File

@@ -258,7 +258,7 @@ class MrpProduction(models.Model):
)
i += 1
for route in product_routing_workcenter:
if i == 1 and route.routing_type == '装夹预':
if i == 1 and route.routing_type == '装夹预':
workorders_values.append(
self.env['mrp.workorder'].json_workorder_str('', production, route))
if route.is_repeat is True: