修改tree视图样式bug

This commit is contained in:
WEB许何哲\xuhez
2023-09-05 16:44:42 +08:00
parent 2b22215853
commit b47dbe29c0
3 changed files with 25 additions and 2 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