mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one [FIX] typos
This commit is contained in:
13
web_m2x_options/static/src/xml/base.xml
Normal file
13
web_m2x_options/static/src/xml/base.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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.oe_tag">
|
||||
jQuery(this).attr('t-att-data-id', 'el[0]');
|
||||
</t>
|
||||
</t>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user