Merge PR #1961 into 14.0

Signed-off-by StefanRijnhart
pull/1993/head
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, res_id: self.value.res_id,
views: [[false, "form"]], views: [[false, "form"]],
target: "target", target: "target",
context: self.attrs.context || {},
}); });
}); });
this.$el.append($a); this.$el.append($a);