1、采购审批流程中的英文提示信息改为中文提示;当审批完成后隐藏取消审批按键;2、刀具注册接口添加调用接口提示;

This commit is contained in:
yuxianghui
2024-05-17 14:56:15 +08:00
parent eb83114e54
commit 1a0e96bbdd
3 changed files with 38 additions and 120 deletions

View File

@@ -1,13 +1,7 @@
# Copyright 2017-19 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from ast import literal_eval
from lxml import etree
from odoo import _, api, fields, models
from odoo.exceptions import ValidationError
from odoo.tools.misc import frozendict
class TierValidation(models.AbstractModel):