from odoo.tools.translate import _
notification = {
'type': 'ir.actions.client',
'tag': 'display_notification',
'params': {
'title': ('请求成功'),
'message': '下线用户成功',
'sticky': False,
'type': 'success'
},
}
return notification
提示框类型
type:success #成功
type:info #提示
type:warning #警告
type:danger #错误