xxxxxxxxxx
1
this.do_action({
2
type: 'ir.actions.act_window',
3
res_model: "custom_view.tree_data",
4
res_id: 1,
5
views: [[false, 'form']],
6
target: 'current',
7
context: {},
8
});
已复制
xxxxxxxxxx
this.do_action({
type: 'ir.actions.act_window',
res_model: "custom_view.tree_data",
res_id: 1,
views: [[false, 'form']],
target: 'current',
context: {},
});