mirror of https://github.com/OCA/web.git
14 lines
391 B
XML
14 lines
391 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
<t t-extend="FieldMany2One">
|
|
<t t-jquery="a.oe_m2o_cm_button">
|
|
jQuery(this).attr('t-if', '!(widget.options.no_open || widget.options.no_open_edit)');
|
|
</t>
|
|
</t>
|
|
<t t-extend="FieldMany2ManyTag">
|
|
<t t-jquery="span.badge">
|
|
jQuery(this).attr('t-att-data-id', 'el[0]');
|
|
</t>
|
|
</t>
|
|
</templates>
|