3
0
Fork 0

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

14.0
Holger Brunn 2020-04-07 11:33:17 +02:00 committed by nguyenhk
parent 5ed9cfc0cd
commit 27fbf00ef8
1 changed files with 1 additions and 1 deletions

View File

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