取消OCC注释

This commit is contained in:
qihao.gong@jikimo.com
2024-01-22 14:36:36 +08:00
parent e80056938f
commit b9ba29d276
3 changed files with 5 additions and 5 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):