新增根据模型类型计算出产品的胚料尺寸
This commit is contained in:
@@ -42,7 +42,6 @@ class MrpProduction(models.Model):
|
||||
|
||||
def _create_workorder(self):
|
||||
for production in self:
|
||||
print(production.product_id.model_type_id)
|
||||
if not production.bom_id or not production.product_id:
|
||||
continue
|
||||
workorders_values = []
|
||||
|
||||
Reference in New Issue
Block a user