sf刀具重构完成,同步方法测试完成

This commit is contained in:
mgw
2023-06-25 16:44:10 +08:00
parent 376731fbd9
commit 65c8d4a4e9
12 changed files with 3091 additions and 1848 deletions

View File

@@ -1,8 +1,8 @@
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
import logging
import base64
import hashlib