[IMP] web_tree_many2one_clickable: pre-commit auto fixes

This commit is contained in:
Carlos Roca
2024-12-24 11:17:47 +01:00
parent 0927889142
commit 04ab5dc9c3

View File

@@ -6,8 +6,7 @@
class="btn btn-sm btn-secondary fa fa-arrow-right web_tree_many2one_clickable"
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"
>
</button>
/>
</xpath>
</t>
</templates>