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

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

@@ -5,8 +5,8 @@ import os
import json
from datetime import datetime
import requests
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
from odoo import models, fields, api
from odoo.modules import get_resource_path
from odoo.exceptions import ValidationError, UserError