Merge PR #1570 into 12.0

Signed-off-by hbrunn
This commit is contained in:
OCA-git-bot
2020-04-08 07:01:39 +00:00

View File

@@ -6,7 +6,7 @@
<t t-extend="FieldMany2One">
<t t-jquery=".o_external_button" t-operation="attributes">
<attribute name="t-if">
!(widget.nodeOptions.no_open || widget.nodeOptions.no_open_edit)
!(widget.nodeOptions.no_open || widget.nodeOptions.no_open_edit || widget.noOpen)
</attribute>
</t>
</t>