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

@@ -2,7 +2,7 @@
import logging
from odoo.modules import get_resource_path
from odoo import fields, models, api
# from quatotion import readSql, feature_recognize, auto_quatotion
from quatotion import readSql, feature_recognize, auto_quatotion
__author__ = 'jinling.yang'
_logger = logging.getLogger(__name__)