3
0
Fork 0

Merge PR #1961 into 14.0

Signed-off-by StefanRijnhart
14.0
OCA-git-bot 2021-07-14 09:55:47 +00:00
commit 3a24179082
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ odoo.define("web_tree_many2one_clickable.many2one_clickable", function (require)
res_id: self.value.res_id,
views: [[false, "form"]],
target: "target",
context: self.attrs.context || {},
});
});
this.$el.append($a);