Merge PR #1961 into 14.0

Signed-off-by StefanRijnhart
This commit is contained in:
OCA-git-bot
2021-07-14 09:55:47 +00:00

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);