mirror of https://github.com/OCA/web.git
[FIX] when all is undefined, fall back to core's default
parent
85cf8cb9b0
commit
762206e843
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue