【发布时间】:2017-06-16 11:33:50
【问题描述】:
警告:
warning = {
'title': _('Warning!'),
'message': _('Exists the discount limit'),
}
return {'warning': warning}
用户错误
raise UserError(_('Exists the discount limit'))
odoo中的Warning和UserError有什么区别
【问题讨论】:
标签: python openerp warnings odoo-8