机床注册按钮根据权限组区分

This commit is contained in:
qihao.gong@jikimo.com
2023-12-04 17:28:54 +08:00
parent 893aa2111c
commit 94c0b00c2d
6 changed files with 84 additions and 43 deletions

View File

@@ -5,8 +5,8 @@ import os
import json
from datetime import datetime
import requests
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
from odoo import models, fields, api
from odoo.modules import get_resource_path
from odoo.exceptions import ValidationError, UserError