mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] when all is undefined, fall back to core's default
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user