Bootstrap

Odoo wizard确认方法之后python方法刷新页面

只需返回如下即可刷新页面

return {
            'type': 'ir.actions.client',
            'tag': 'reload',
        }
;