28_12_25
This commit is contained in:
@@ -46,7 +46,8 @@ function openInTryton(model, res_id, view_mode = "tree", domain) {
|
|||||||
window.parent.postMessage(
|
window.parent.postMessage(
|
||||||
{
|
{
|
||||||
type: "open_tab",
|
type: "open_tab",
|
||||||
payload: { model, res_id, view_mode, domain },
|
// payload: { model, res_id, view_mode, domain },
|
||||||
|
payload: { model, domain },
|
||||||
},
|
},
|
||||||
"*"
|
"*"
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user