[FIX] when all is undefined, fall back to core's default

This commit is contained in:
Holger Brunn
2020-04-07 11:33:17 +02:00
committed by nguyenhk
parent ecb8212f58
commit 5a7fbfec0d

View File

@@ -5,7 +5,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>