mirror of https://github.com/OCA/web.git
[IMP] web_tree_many2one_clickable: pre-commit auto fixes
parent
0927889142
commit
04ab5dc9c3
|
@ -6,8 +6,7 @@
|
||||||
class="btn btn-sm btn-secondary fa fa-arrow-right web_tree_many2one_clickable"
|
class="btn btn-sm btn-secondary fa fa-arrow-right web_tree_many2one_clickable"
|
||||||
t-on-click="(ev) => this.onClickM2oButton(record, column, ev)"
|
t-on-click="(ev) => this.onClickM2oButton(record, column, ev)"
|
||||||
t-if="record.fields[column.name].type == 'many2one' and record.data[column.name] and canUseFormatter(column, record) and !column.options.no_open"
|
t-if="record.fields[column.name].type == 'many2one' and record.data[column.name] and canUseFormatter(column, record) and !column.options.no_open"
|
||||||
>
|
/>
|
||||||
</button>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
</t>
|
</t>
|
||||||
</templates>
|
</templates>
|
||||||
|
|
Loading…
Reference in New Issue