优化自动化传递工单号获取工单信息接口

This commit is contained in:
jinling.yang
2024-01-17 17:33:13 +08:00
parent 4f0c7ad274
commit bba2c1d839
5 changed files with 27 additions and 27 deletions

View File

@@ -6,8 +6,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):