odoo中js的do_action函数参数中view_id添加了不起效果,有大神做过吗
-

-
self.do_action({ type: 'ir.actions.act_window', res_model: 'your model', views: [[your form id, 'form']], target: 'current', });@鲍永道 请问,你有遇到过跳转完,然后点击刷新后,页面内容丢失吗

self.do_action({
type: 'ir.actions.act_window',
res_model: 'your model',
views: [[your form id, 'form']],
target: 'current',
});
@鲍永道 请问,你有遇到过跳转完,然后点击刷新后,页面内容丢失吗