去掉注释,硬度的字段类型改为整数型

This commit is contained in:
jinling.yang
2023-11-08 17:29:38 +08:00
parent 4c57bbe791
commit 4f898dd8ce
3 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,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