新增权限审核按钮

This commit is contained in:
qihao.gong@jikimo.com
2023-12-07 17:31:28 +08:00
parent 35c051e730
commit 31260e8921
5 changed files with 337 additions and 152 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):