添加报废向导;添加重新生成制造订单

This commit is contained in:
jinling.yang
2024-07-17 15:20:31 +08:00
parent cb7960387b
commit 8726f8cac3
11 changed files with 209 additions and 152 deletions

View File

@@ -7,8 +7,8 @@ import os
from odoo import models, fields, api, _
from odoo.exceptions import ValidationError
from odoo.modules import get_resource_path
from OCC.Extend.DataExchange import read_step_file
from OCC.Extend.DataExchange import write_stl_file
# from OCC.Extend.DataExchange import read_step_file
# from OCC.Extend.DataExchange import write_stl_file
class ResProductMo(models.Model):