3
0
Fork 0

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

17.0
Holger Brunn 2020-04-07 11:33:17 +02:00 committed by manu
parent 0df169c1c7
commit 9840377d39
1 changed files with 1 additions and 1 deletions

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>