谢谢大家 。求助,在 “ir.actions.client” 页面上,再次“ir.actions.client” 如何实现面包屑
-
尝试target:new试试,
-
do_action 应该是有对应的参数. 类似这样的,自己可以去试试。
this.do_action({ type: 'ir.actions.client', tag: 'import', params: { model: this.dataset.model, // this.dataset.get_context() could be a compound? // not sure. action's context should be evaluated // so safer bet. Odd that timezone & al in it // though context: this.getParent().action.context, } }, { on_reverse_breadcrumb: function () { return self.reload(); }, });
-
@staytai2020 这个是 不行的 new 是弹窗