[MIG] web_m2x_options: migrated to 10.0

This commit is contained in:
David Vidal
2017-05-16 12:55:02 +02:00
committed by Germana
parent a6512b8140
commit 62969382f9
5 changed files with 18 additions and 13 deletions

View File

@@ -4,8 +4,10 @@
<templates xml:space="preserve">
<t t-extend="FieldMany2One">
<t t-jquery=".oe_m2o_cm_button" t-operation="attributes">
<attribute name="t-if">!(widget.options.no_open || widget.options.no_open_edit)</attribute>
<t t-jquery=".o_external_button" t-operation="attributes">
<attribute name="t-if">
!(widget.options.no_open || widget.options.no_open_edit)
</attribute>
</t>
</t>
</templates>