去掉模型代码转换注释

This commit is contained in:
jinling.yang
2023-11-01 17:51:46 +08:00
parent e592d49983
commit 401103f17b

View File

@@ -2,8 +2,8 @@ from odoo import models, fields, api, _
from odoo.exceptions import ValidationError
from odoo.modules import get_resource_path
from odoo.addons.sf_base.commons.common import Common
# 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