1.制造模块内配置下的所有模型增加管理员(admin)权限

2.工单上的工件配送优化验证及对应的页面上新增工件配送按钮
This commit is contained in:
jinling.yang
2024-01-29 19:43:57 +08:00
parent cf2aaa38fe
commit a088ee9ed5
7 changed files with 111 additions and 55 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):