this.actionService.doAction({ 'type': 'ir.actions.client', 'tag': 'reload', }); this.actionService.doAction({ type: 'ir.actions.client', tag: 'display_notification', params:{ 'title': "提醒", 'message': x, 'sticky': false, 'className':'bg-danger',}} );
标签:ir,odoo,actions,doAction,tag,actionService,刷新,type,页面 From: https://www.cnblogs.com/pythonClub/p/17789562.html