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

pull/1570/head
Holger Brunn 2020-04-07 11:33:17 +02:00
parent 85cf8cb9b0
commit 762206e843
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<t t-extend="FieldMany2One"> <t t-extend="FieldMany2One">
<t t-jquery=".o_external_button" t-operation="attributes"> <t t-jquery=".o_external_button" t-operation="attributes">
<attribute name="t-if"> <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> </attribute>
</t> </t>
</t> </t>