[MIG] web_m2x_options: Migration to 11.0

web_m2x_options: Fix usage for non-admins

web_m2x_options: Reduce rpc calls

web_m2x_options: Update manifest and readme
This commit is contained in:
ernesto
2018-05-28 00:19:27 -04:00
committed by Germana
parent 615384ffc8
commit 6feba96729
12 changed files with 461 additions and 385 deletions

View File

@@ -6,7 +6,7 @@
<t t-extend="FieldMany2One">
<t t-jquery=".o_external_button" t-operation="attributes">
<attribute name="t-if">
!(widget.options.no_open || widget.options.no_open_edit)
!(widget.nodeOptions.no_open || widget.nodeOptions.no_open_edit)
</attribute>
</t>
</t>