[IMP] web_tree_many2one_clickable: pre-commit auto fixes

pull/3035/head
Carlos Roca 2024-12-24 11:17:47 +01:00
parent 0927889142
commit 04ab5dc9c3
1 changed files with 1 additions and 2 deletions

View File

@ -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>